Post

Replies

Boosts

Views

Activity

Mac App Store IAP Price Doesn't Match App Store Connect
Hi, I'm working on my first app, so I'm not sure if I'm doing this right... I've got an unreleased app in App Store Connect with an IAP set; however, when I retrieve the price to show in my app, I'm consistently seeing it shown as pricing from 2 tiers above what I've set. E.g. in App Store Connect, I've set the IAP to Tier 22 (GBP 19.49), but my app shows GBP 20.99 - which is Tier 24. I've tried changing tiers - but no joy. Should I expect the pricing to match on an unreleased app? Thanks!
6
0
1.2k
Apr ’22
Mac In-App Purchase Window Not Being Triggered In App Review
I have a macOS app which includes a non-consumable In-App Purchase, which I have submitted for App Review. App Review tell me that they are unable to see my window which is triggered when the IAP hasn't been purchased - yet on all my systems (including fresh installs), it works as expected. I'm unclear as to what's different about the App Review environment, compared with mine, and how to handle it. I'm also unclear as to whether a DTS can help, because: From https://developer.apple.com/library/archive/technotes/tn2431/_index.html DTS is unable to provide steps to trigger a specific issue that was experienced during App Review Here's what I'm doing (abridged version): In my main ViewController viewDidLoad(), I'm using TPInAppReceipt to do a receipt.validate() Assuming receipt validation fails, I'm then calling SwiftyStoreKit.completeTransactions() Assuming I still haven't recognised a valid purchase, I then present my IAP purchase window. On all my test systems, this works as expected - the window displays when I haven't purchased it, and then doesn't on subsequent launches once I have purchased it. Yet App Review say they cannot see it. I've even sent them a screen recording showing what should happen... Any clues as to what I'm doing wrong?! Many thanks!
1
0
574
Mar ’22