Post

Replies

Boosts

Views

Activity

Reply to Testing In-App Purchase promotion with App Store build before enabling on App Store
It seems to work for me, however I would like to show a certain screen when the app is opened through the itms-services://?action=purchaseIntent... URL. But when I tap the URL none of my App Delegate life cycle funcs are being called, except applicationWillResignActive, but can't read the information in the URL. Is there a way to read out the intent and productID when the app is being opened this way?
Jul ’24
Reply to Shallow Depth and Pressure entitlement
Make sure your app complies to all of the below for the Watch App target: Add the entitlement as per @BenKoning's message Add a NSMotionUsageDescription to the Info.plist Add the value underwater-depth to the WKBackgroundModes key in the Info.plist Once all done it should hopefully work: https://developer.apple.com/documentation/coremotion/accessing_submersion_data
Jan ’24
Reply to WKRefreshBackgroundTask
Hi, could you clarify this a bit more, please? What is the finishedBackgroundUpdate handler in your case?Was this the call to set the WKRefreshBackgroundTask completed (task.setTaskCompletedWithSnapshot(false))?What was the type of WKRefreshBackgroundTask you were dealing with?I would really love to understand more about the problem you were facing. Could be very helpful 🙂 Thanks in advance!
Dec ’19