Questions tagged [developer-payload]

9 questions
3
votes
2 answers

In-app billing developer payload argument?

I've Googled this concept six ways from Sunday and I feel like I can't find a straight answer on it. The official Google docs say it isn't meant for security, but then a bunch of answers I find seem to imply otherwise, etc. From the docs: The fifth…
3
votes
0 answers

Google Play returns wrong developer payload after purchasing subscription

I am testing purchasing subscriptions and I experienced some very strange behavior. When I first make my purchase, everything is just fine. I set a developer payload, and I get it back in the response. The problem is when I cancel my subscription.…
keybee
  • 1,498
  • 20
  • 32
2
votes
1 answer

In apps billing signature verification

I got a question regards on developer payload, I've been reading the document and still finding myself to hard to understand the verifydeveloperpayload I still dont understand about : boolean verifyDeveloperPayload(Purchase p) { String…
JohnaHalim
  • 200
  • 2
  • 12
1
vote
0 answers

Android In App - How to check whether User has already purchased product?

I want to check based on email id, whether user installs application on two different devices with same email id then user need to purchase item once only. How to perform such functionality. Right now I went through Google's example but there is no…
1
vote
0 answers

The app references non-public selectors in Payload/consume

I am facing a problem while validating my app using XCode GM. Is this warning has something to do with code change or this is simply an Apple validation Script. Thanks in advance.
sniper
  • 399
  • 1
  • 3
  • 9
1
vote
0 answers

How to read Chrome Timeline?

Google Chrome browser has a Timeline tab in the developer panel which shows how long it takes to render a page. But I do not understand why it shows 17s while the page completes rendering within 4s. The start and end points of the measurement seems…
Believe2014
  • 3,894
  • 2
  • 26
  • 46
1
vote
0 answers

How to get the account that was used to download the app?

Background I wish to get the account details of the user (just the email) that was used in order to download the app from the play store. The reason is very simple: In-App-Billing allows to add something that is called "developer payload" (described…
0
votes
0 answers

Apple MMS APN - MDM-Payload

A friend has once made a configuration file for APN... now I wanted to add another for MMS but whatever I do its not working. does someone know if Apple support the automatisation to set MMS ? if they would support it what does the payload need to…
Veruga
  • 1
0
votes
1 answer

Android in-app purchase: are developer payload and nonce negligible for an app with no accounts, no subscriptions, no downloads?

My app just has a in app purchase for full license. It has no subscriptions, no downloads of items from any server. The license purchase is performed just one time and accounts are not managed so just the Google account is relevant. The Google…
P5music
  • 3,197
  • 2
  • 32
  • 81