Do we still need developer payload android
See original GitHub issueVersion of react-native-iap
4.4.6
Version of react-native
0.61.4
Question?
Thank you for creating this awesome library. I was able to follow steps and create my desired output easily. We are willing to share same in-app-purchase experience for both Android and iOS.
You achieved to do!
Do we still need to put developerPayloadAndroid
in finishTransaction(purchase: InAppPurchase/ProductPurchase, isConsumable?: boolean, developerPayloadAndroid?: string)
. Since the library is changing and growing day by day, I wanted to make sure. And looks like google does not support it anymore.
My plan is to validate receipts in a server like this https://github.com/mifi/in-app-subscription-example
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Why is it important to set the developer payload with in-app ...
I would say - use developer payload only for verifying the purchase by sending ... page (https://developer.android.com/training/in-app-billing/purchase-iab- ...
Read more >Android – What to use as the developer payload in Google ...
Yes using the developer payload as an added security feature will definitely help, however whether you should or not is probably more subjective...
Read more >Developer payload (external data) in server notifications
And it seems to be no way to pass that data from mobile application. For example, Google Play have so called "developer payload"...
Read more >Receive messages in an Android app - Firebase - Google
Developers who want to send FCM messages to apps even before the device is unlocked can enable an Android app to receive messages...
Read more >How to add developer data to a purchase?
Hi. I want to provide a feature for the players to buy some items for other players as a gift. So I need...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@zeritte Yes this is optional I think.
so its fine not to put it? if so we can safely close this issue @hyochan