Posts

Post not yet marked as solved
10 Replies
2.3k Views
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.
Posted
by ibdakine.
Last updated
.
Post not yet marked as solved
0 Replies
274 Views
Is anyone else seeing WidgetKit crashes in the Organizer/Crashes inspector? I am building using the latest Xcode (12.0.1) and cannot replicate any issue on my physical device or the simulator, however the crashes persist in my released build. Here is the crash description: WidgetKit: closure #1 in WidgetExtensionContext.getDescriptors(completion:) + 208 Could this be an issue with iOS 14.0 and was later fixed in iOS 14.0.1? Organizer/Crashes does not specify 14.0 vs 14.0.1 unfortunately. In Xcode 12.0.1, is it still required that Xcode settings be changed to ensure widgets work properly in release? I've seen various forum posts addressing an earlier bug related to Xcode Beta versions (when releasing via TestFlight) by doing the following: 1. Set DEADCODESTRIPPING to NO 2. Disabled bitcode when uploading to AppStore Connect But this was supposedly fixed in the official Xcode 12 release? Any insight would be greatly appreciated. Thank you.
Posted
by ibdakine.
Last updated
.