Posts

Post not yet marked as solved
3 Replies
2.4k Views
I'm having trouble creating an archive of my development build for internal testing. When archiving, it encounters errors such as: error: cannot find 'MockDataModel' in scope This type is used within a PreviewProvider, and the file containing this type is included in the "Preview Content" folder, which is listed in the "Development Assets" of the project settings. As expected, the "Preview Content" directory is properly excluded from the archive, but what is not expected is that the PreviewProvider where it is referenced is included while compiling. This post indicates that it is dead code and will be stripped out when archiving. I'm hoping to get a better understanding of which build setting(s) or other mechanism determine when PreviewProviders are excluded from a build. Cheers!
Posted Last updated
.
Post marked as solved
1 Replies
953 Views
I'm encountering problems in an existing app from the addition of the UIFocus engine in iPadOS 15, which I'm not able to address at this time. Is it possible to disable UIFocus for the entire app?
Posted Last updated
.
Post not yet marked as solved
0 Replies
553 Views
WWDC 2019 session 302 - In-App Purchases and Using Server to Server Notifications introduced a PRICE_INCREASE_CONSENT notification, and accompanying price_increase_effective_date attribute in the notification payload. This notification does not appear to have made it into the docs though, so I'm wondering if this notification was scrapped, or if it is actually available and insufficiently documented. If the latter, I'd like to know where in the body I can expect to find the price_increase_effective_date attribute, and which format that date is in. Thanks for any insight!
Posted Last updated
.