[android-developers] Re: In-app purchases made via promo codes return empty developer payload string

2016-03-12 Thread Mattia Roccaforte
The problem is we already pass a payload when sending the BuyIntent. It gets lost on Google's side - it's empty in onIabPurchaseFinished() already - and the only proper solution imo is that they fix this loss. -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Re: In-app purchases made via promo codes return empty developer payload string

2016-03-09 Thread Mattia Roccaforte
Reporting the same problem. Using Play Services 8.4.0, IAB v3. A purchase made with promo code via the in-app purchase flow, always returns an empty string as payload, preventing any kind of payload verification. I consider this a high priority issue since there is no way as of now to know if