I started receiving a few emails from users having iOS15 BETA Version 6 installed, noting that my in-app purchases were 'not showing up'.
All of my code works well on iOS14.7 and below and has been working well for the past year.
I'm currently using StoreKit SKProductsRequest to receive my in-app purchases and if this method fails, the in-app purchases do not 'show up' so I believe this is root cause of the issue. I need to implement better error handling to know if 1) it's returning an empty array of products of 2) failing to return any products.
But in either case, is anyone else experiencing this issue? Are there any new requirements for iOS15 for SKProductsRequest or has the schema changed?
I will be implementing better error handling and these few users have agreed to report back with the error message details. I will update this message when I receive this feedback but in the meantime, does anyone have an idea of what this might be?
Question to the community / Apple: Will StoreKit 1 code still work with iOS15? I assume the answer is 'yes' but I'm just very confused as to why my current code is currently broken on iOS15 Beta 6, but has been working on iOS14.7 and below...
Any help would be greatly appreciated. Thank you.