receipt-validation Questions
7
I'm trying to use receipt validation with my server side. Everything is ok, but sometimes I see strange: 10 times validation is OK, but on 11 i get 21002 error. I dont know what to do. Sometimes I ...
Dashtilut asked 29/9, 2015 at 5:7
1
When was validating receipts with the App Store deprecated?
When will this stop working? I can’t find any information on this?
https://developer.apple.com/documentation/appstorereceipts/verifyrecei...
Crashland asked 9/6, 2023 at 8:25
4
I am confused on where to find the shared secret needed to verify regular In-App purchases.
About one year ago I have created a server script which is call from my iOS app to verify the App Store r...
Gowrie asked 10/5, 2019 at 8:8
1
I'm getting set up to do validations of App Store in-app purchase receipts from my server, and everything seems to be working fine, except I don't see any way to create separate shared secrets for ...
Maxon asked 20/5, 2018 at 17:40
5
From my Google Play console I linked a project. Then I created a service account. Still, when refreshing the console, it still says "There are no service accounts associated with your project."
Wai...
Schaffner asked 7/5, 2018 at 6:15
2
Once I get a receipt from client and validate it by apple server, then I got a transaction id of the new purchase (it's an auto-subscription purchase) in this receipt. After a few days , I get a ne...
Accusal asked 18/2, 2017 at 8:31
0
According to Apple documentation, to identify the transaction, productId and relevant dates, we should "Find the most-recent transaction for the product_id in the unified_receipt.latest_receip...
Bursa asked 19/8, 2020 at 8:8
2
Solved
I read so far online that the only way to detect if a user cancelled an in app purchase is by using the receipt data that I get from the user's iPhone and check if the cancellation_date exists in t...
Ml asked 17/11, 2016 at 13:13
4
Solved
There is a lot of example about how to test in-app purchase receipt validation by using a sandbox tester account.
But how is the Receipt for the paid App itself? How can we get the App Receipt in ...
Whisenant asked 1/6, 2016 at 10:51
4
Solved
We have issues fully understanding the receipt validation flow in iOS.
Here is what we currently do (in development):
In applicationDidFinishLaunching and in applicationWillEnterForeground we v...
Parthia asked 3/12, 2015 at 19:38
4
Apple provides an endpoint to validate receipts:
https://buy.itunes.apple.com/verifyReceipt and warns against calling the endpoint from the app
It is not possible to build a trusted connection...
Italianate asked 18/9, 2019 at 8:19
4
Solved
We have a server-side service that we only want to offer to valid users of our paid iOS app. (Note that this is a paid iOS app, not a free app with IAP.)
When we use appStoreReceiptURL to check th...
Cordy asked 17/4, 2018 at 4:57
1
I am using receipt validation locally on device and targeting iOS 7+
I am testing auto renew subscription in app purchase in the sandbox environment and I noticed this scenario.
-User A is signed...
Ouabain asked 3/12, 2014 at 21:41
2
I'm a bit confused with this. So following this approach I got json which contains bunch of decrypted fields. Among them original_purchase_date.
What I need is to track if application was purchase...
Newmann asked 22/5, 2017 at 15:17
1
Solved
We recently transitioned a purchasable app to the "freemium" model. We are using Bundle.main.appStoreReceiptURL to pull the receipt and then check the "original_application_version" to see if a use...
Franklinfranklinite asked 31/12, 2018 at 18:56
3
Solved
I need to implement a back-end for verifying Apple's in-app purchase receipt_data, for an in-app purchase of in-app points (i.e. not a subscription and not an item that needs to be "remembered...
Refugiorefulgence asked 21/11, 2015 at 12:20
6
I am developing an iOS app in Swift 3 and trying to implement receipt validation following this tutorial: http://savvyapps.com/blog/how-setup-test-auto-renewable-subscription-ios-app. However, the ...
Fries asked 26/9, 2016 at 19:58
0
I have a one year auto-renewable subscription in my app with a three day free trial. According to Apple, while testing in the sandbox, a one year subscription is equivalent to one hour but it says ...
Desmond asked 17/6, 2018 at 6:53
1
Solved
I'm using OpenSSL-for-iPhone to generate a self compiled build of OpenSSL that I can use with the library RMStoreAppReceiptVerifier for receipt validation. Specifically, it builds OpenSSL 1.0.2k.
...
Joline asked 16/6, 2018 at 3:41
1
I have a paid iOS App.
I need to get the original_application_version number (the first version purchased by the user) from the Apple AppStore Receipt.
To get the receipt, when my app loads, I us...
Eleneeleni asked 21/12, 2017 at 11:36
1
Solved
I was trying to do local receipt validation and doing testing at present.
But from apple receipt response, I was getting wrong time related response so it become difficult for me to test applicatio...
Leoleod asked 8/12, 2017 at 10:19
5
Solved
The Apple docs on receipt validation say to perform receipt validation immediately after launch. This amounts to checking for data at the path returned by [[NSBundle mainBundle] appStoreRecieptURL]...
Gnome asked 5/10, 2016 at 22:16
3
I’m validating receipts with the App Store. In very rare instances (~0,5‰), the JSON looks like this:
{
"exception": "com.apple.jingle.commercelogic.inappcache.MZInAppCacheAccessException",
"sta...
Whitechapel asked 7/6, 2016 at 6:53
1
In the production environment if a user makes an in app purchase and then updates to a newer version of an app is the receipt that reflects the in app purchase still present in the bundle? or does ...
Moss asked 18/9, 2014 at 5:44
2
I have an app that I recently updated to work with in app purchases. The previous version (paid but with no in app purchases) was 1.0 and the current version is 1.1.
As the in app purchase essenti...
Enschede asked 26/8, 2014 at 14:35
1 Next >
© 2022 - 2024 — McMap. All rights reserved.