in-app

Upgrade new Google Play Console has effect to app's license key is available in the Play Console

北战南征 提交于 2021-01-24 08:33:25
问题 All developers will get the new Google Play Console on November 2, 2020 enter link description here. Is App's license key is available in the Play Console effect? Please help me to explain this issue. Thank you for help. 回答1: Welcome to stackoverflow On the new Google Play Console select the app, then go to Monetize >> Monetization Setup and you will see the Base64-encoded RSA public key 回答2: Many changes has been done in the new console, so to get BASE64 PUBLIC KEY you follow as in the below

How do you detect if a user's existing subscription's price has changed (Google Play in-app purchase)?

五迷三道 提交于 2020-12-25 04:27:21
问题 Google has documentation of what to do IF a subscription's price has changed. You're supposed to use a billing client and launch PriceChangeConfirmationFlow . However, how do you detect if the price has changed in the first place? What Android library API would tell me that? The SkuDetails have the price, but the Purchase details don't. They just refer to the SkuDetails using the "productId". I'm looking at the raw json. If the Purchase object had a price in it, I could compare it to the

How do you detect if a user's existing subscription's price has changed (Google Play in-app purchase)?

北战南征 提交于 2020-12-25 04:25:22
问题 Google has documentation of what to do IF a subscription's price has changed. You're supposed to use a billing client and launch PriceChangeConfirmationFlow . However, how do you detect if the price has changed in the first place? What Android library API would tell me that? The SkuDetails have the price, but the Purchase details don't. They just refer to the SkuDetails using the "productId". I'm looking at the raw json. If the Purchase object had a price in it, I could compare it to the

How can I change the Read/Write Permissions of /mnt/SDcard folder on Kindle Fire?

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-22 12:35:29
问题 I am trying to develop Amazon In-app in android. For this i download the sample code for from this site https://developer.amazon.com/sdk/in-app-purchasing/sample-code/button-clicker.html. This article suggests that we have to put a file amazon.sdktester.json in mnt/sdkcard folder of device. For this i read article from this site https://developer.amazon.com/sdk/fire/connect-adb.html#InstallApp and do the same. But when i tried to push file on sdcard the eclipse gives me following error: [2012

How can I change the Read/Write Permissions of /mnt/SDcard folder on Kindle Fire?

蹲街弑〆低调 提交于 2020-01-22 12:34:42
问题 I am trying to develop Amazon In-app in android. For this i download the sample code for from this site https://developer.amazon.com/sdk/in-app-purchasing/sample-code/button-clicker.html. This article suggests that we have to put a file amazon.sdktester.json in mnt/sdkcard folder of device. For this i read article from this site https://developer.amazon.com/sdk/fire/connect-adb.html#InstallApp and do the same. But when i tried to push file on sdcard the eclipse gives me following error: [2012

Get android subscription status, failed with 403

泄露秘密 提交于 2020-01-09 04:57:15
问题 While trying to get android in-app subscription status (with expiry date), I get the following error message: { "error": { "errors": [ { "domain": "androidpublisher", "reason": "projectNotLinked", "message": "The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console." } ], "code": 403, "message": "The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console." } } The URL is: https:/

MFMailComposeViewController in iOS 8

江枫思渺然 提交于 2020-01-05 11:02:22
问题 First, my app worked fine on iOS 7, since iOS 8 i can't send in-app email thru "MFMailComposeViewController". Message window comes up, only shows subject of the mail and closes within seconds. I found this thread here which describes my problem and now tried to implement the answer from "Joe Blow" https://stackoverflow.com/a/25864182/4061869 But im getting some errors, some sematic and parse issues. Worst thing according to this part of the workaround: Of course have this in your Prefix file

Android In-App billing security issues?

不羁的心 提交于 2020-01-03 05:06:55
问题 During our efforts to design InApp Billing for our Android App, we came up with the following scenario; Customer has rooted/manipulatable device (so Market app + my app can't be trusted) Customer purchases a product Purchase state 0 (purchased) is send to our backoffice (all is checked and ok), we give credits. Customer refunds that purchase Customer has manipulated our app or the market app to locally confirm the refund and thereby prevent the refund notification to reach our backoffice