Jump to content
Sign in to follow this  
microtronx

tInAppPurchase: "IabResult: IAB gab keine purchaseData oder dataSignature zurück (response: Unbekannter Fehler)"

Recommended Posts

We've implemented InAppPurchases, it works but if the user buyes a 12 months subscription on finsih i get this error is returned in "OnError" as tFailureKind.Purchase:

 

IabResult: IAB gab keine purchaseData oder dataSignature zurück (response: Unbekannter Fehler)

But Google says purchase is successful. I see the subscription activated. If i do a InAppPurchase.QueryProducts the product is listed as activated. 

 

Is someone using this with Rio and working? Is there any other component available than the integrated from embc. Such a base-function should work out of the box but does not. 

Edited by microtronx

Share this post


Link to post

As i can say after doing a lot of tests: the tInAppPurchase component has a lot of problems. in my case it does never call the PurchaseCompleted, it throws an internal exception which is never showed to the user.

 

Only solution so far is:

 

1. do a myInAppPurchase.PurchaseProduct(vProductId);

2. on next start of app do myInAppPurchase.QueryProducts; and after that do a myInAppPurchase.IsProductPurchased(vProductId); 

 

How is this possible that such a base functionality has problems? Any problems prior to Rio there? Any tips / hints?

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×