receipt-validation Questions

1

Solved

Why would my app lack an Receipt while in development? I am running my iOS (7, 8, 9) app from Xcode 7.3.1. The app’s Receipt seems to be missing. This app is currently shipping in the App Store, s...
Holstein asked 8/6, 2016 at 8:38

1

My app is currently a paid app. I would like to convert the app to a free app with IAP and grandfather (give all users who paid for the app) the IAP features for free. I thought I could use receipt...
Snowfield asked 29/5, 2016 at 13:42

0

In my iOS app I have used auto-renewal subscription. We need a solution for cross platform. I'm using RMStore in iOS for purchasing product. In current scenario: I am getting latest receipts from...
Mcnamee asked 23/2, 2016 at 12:53

0

Suppose a customer bought my paid app in the Mac App Store, and then asked Apple and was issued a refund. Does Apple somehow invalidates the receipt to render the app impossible to use any longer? ...

1

Solved

I'm implementing an auto-renewable subscription scenario, where the receipt validation will be handled by my server-side code. Following Apple's documentation, I'll be obtaining the receipt data fr...

0

Simple question: Did anyone manage to perform local receipt validation with CommonCrypto framework instead of OpenSSL and if yes - is there any sample code how to do that? So, replace all OpenSSL ...
Polypoid asked 20/11, 2015 at 14:18

1

My app contains consumable IAP products, returns more than one transactions when I call validation receipt with this code: [[NSBundle mainBundle] appStoreReceiptURL]; Is there any way to return ...
Quentinquercetin asked 11/11, 2015 at 20:44

1

I am learning how to add in-app purchase receipt validation to my iOS/OSX projects. There is a nice overview here and the WWDC14 has good videos on this topic. Plenty of sample code, but everyone...

0

I recently set up a service to validate and record purchases from my iOS in accordance with Apples documentation. After a few purchases had gone through I reviewed my table and found that I had 45 ...

1

Solved

I have added IAP to my Mac Appstore application. I am unable to properly validate the receipt server-side. I am reading the receipt using this code: NSURL *receiptURL = [[NSBundle mainBundle] appS...
Cracknel asked 9/4, 2014 at 8:42

© 2022 - 2024 — McMap. All rights reserved.