You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after this line runs almost every of its properties are nil, like for example,
[receipt inAppReceipts]. The only thing that has some data is receipt.applicationVersion and receipt.originalApplicationVersion that have the correct version. Everything else is nil.
I am on mavericks with Xcode 5.1.1 compiling for iOS 7.0, running on a device with iOS 7.1.1.
for a product identifier I know is on the receipt returns nil.
Do I have to do anything previous or after this line to have these fields populated... and yes the receipt has a lot of in-app purchases and even the app receipt data itself that is not being populated.
The text was updated successfully, but these errors were encountered:
Hi, I suck at certificates, ssl encryption, everything related to that.
I have this line working:
DHAppStoreReceipt *receipt = [[DHAppStoreReceipt alloc] initWithURL:receiptURL];
after this line runs almost every of its properties are nil, like for example,
[receipt inAppReceipts]. The only thing that has some data is receipt.applicationVersion and receipt.originalApplicationVersion that have the correct version. Everything else is nil.
I am on mavericks with Xcode 5.1.1 compiling for iOS 7.0, running on a device with iOS 7.1.1.
Even doing this
for a product identifier I know is on the receipt returns nil.
Do I have to do anything previous or after this line to have these fields populated... and yes the receipt has a lot of in-app purchases and even the app receipt data itself that is not being populated.
The text was updated successfully, but these errors were encountered: