Well, I read about the "developer payload" many times. But I do not quite understand what the "developer payload" is used for. So I am trying to use this as empty:
public void onUpgradeAppButtonClicked(String SKU) { Log.d(TAG,"Upgrade button clicked; launching purchase flow for upgrade."); String payload = ""; mHelper.launchPurchaseFlow(this, SKU, RC_REQUEST, mPurchaseFinishedListener, payload); }
And this:
boolean verifyDeveloperPayload(Purchase p) { String payload = p.getDeveloperPayload(); return true; }
So, I made an image. for 3 situations. I want to know what happens after the condition

android in-app-billing
mehmet
source share