Still new to tvOS app development, is TestFlight is available for tvOS app? If yes, I think we can have testers to test the app on their devices.
I've tested it in Simulator, and now actually in the process of getting a physical device. But before that arrives, I'm trying to finish as much as possible.
Post
Replies
Boosts
Views
Activity
Finally found the solution:
Assuming you have Content Hosting turned on for the IAP, then follow guide below to upload item to app store connect, after that i can see the In-App Purchases section in the version page (works for both "Ready for Sale" and "Prepare for Submission")
https://codingexpedition.wordpress.com/2017/11/10/how-to-upload-ios-in-app-purchase-content-using-xcode-9-1/
Other helpful info from https://stackoverflow.com/questions/39962649/missing-in-app-purchase-section-in-itunes-connect You will NOT see In-app purchases section in "App Store" tab while single/all purchase item/s in "Waiting for Review" status. They should be "Ready to Submit".
Still seeing the similar issue in 2022:
No In-App Purchases section shown when preparing for submission, although i've already added IAP items in Features > In-App Purchases.
Was looking at Apple doc at https://help.apple.com/app-store-connect/#/dev1986a0e5c, not helpful at all.
Had similar issue on simulators. switch to real device, and it's working as expected.
on simulator: only reach paymentQueueRestoreCompletedTransactionsFinished
on real device: reach updatedTransactions then paymentQueueRestoreCompletedTransactionsFinished