Posts

Post not yet marked as solved
14 Replies
4.9k Views
About a year ago in my Sandbox account I "purchased" some non-consumable IAPs. Recently, I've been implementing auto-renewable subscriptions and while my receipt has filled up with dozens of subscription transactions, the original non-consumable IAPs appear to be missing from the receipt.If i try and buy them again, I get a message saying "You already own this. Do you want to get it for FREE?" and of course i acknowledge it and get a new transaction which i handle normally...but if i refresh the receipt, there's still no mention of the IAP.Lastly, if i do a restore purchases, I get all of the transactions for the IAPs to replay but again, nothing on the receipt about them.Has anyone experienced this before? I filed a radar bug but who knows.
Posted
by cjserio.
Last updated
.
Post not yet marked as solved
4 Replies
2.8k Views
I've been testing our app. Things were working fine until about 16 hours ago and then I was no longer getting a response SKProductsRequest. No success and no error callback. If i go to settings > iTunes & App Store and I punch in my sandbox credentials for the sandbox login, it thinks a bit and then it just goes back to the "Sign in" link without signing in. If i intentionally put in the wrong password, the popup shakes so I'm sure I have the right password. This happens on multiple devices.
Posted
by cjserio.
Last updated
.
Post marked as solved
2 Replies
910 Views
We use some of LLVM's containers in our code...llvm/ADT/SmallVector.h for example. When trying to submit our app to the App Store, it gets rejected with:ITMS-90338: Non-public API usage - The app references non-public symbols in X-Plane: __ZN4llvm24DisableABIBreakingChecksE. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed. For further information, visit the Technical Support Information at http://developer.apple.com/support/technical/What gives, Apple? Are we not allowed to use open source code in our app? 😕Is there a way around this without having to search/replace every symbol that Apple's validator finds?
Posted
by cjserio.
Last updated
.