Post

Replies

Boosts

Views

Activity

Reply to Accept CKShare with the SwiftUI lifecycle.
Hopefully this may help ... I started with the Apple sample at: https://github.com/apple/cloudkit-sample-sharing Added SceneDelegate Setup SceneDelegate in AppDelegate and Plist Added SceneDelegate method for userDidAcceptCloudKitShareWith The method is now being called when the share link is tapped.
Topic: UI Frameworks SubTopic: UIKit Tags:
Jun ’21
Reply to StoreKit 2: Newly added subscription not being returned
New information ... I made a text change to an existing subscription product. This does show when running the released app, but does not show in the development sandbox app. I tried clearing the app cache ("DerivedData"), restarted development machine, double-checked the bundle IDs. It appears that the App Store price changes are not propagating to the sandbox environment.
Topic: App & System Services SubTopic: StoreKit Tags:
Jul ’23
Reply to Accept CKShare with the SwiftUI lifecycle.
FWIW I am having the same problem. -- Able to send share SwiftUI + UICloudSharingController -- Receive share on iPad -- Tap share link, and app opens (!) But the App delegate method is not called. This is with Xcode 12.5, iPadOS 14.5.1
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to Accept CKShare with the SwiftUI lifecycle.
Hopefully this may help ... I started with the Apple sample at: https://github.com/apple/cloudkit-sample-sharing Added SceneDelegate Setup SceneDelegate in AppDelegate and Plist Added SceneDelegate method for userDidAcceptCloudKitShareWith The method is now being called when the share link is tapped.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to StoreKit 2: Newly added subscription not being returned
Hi, Thanks for the suggestions .. Yes, restarted device, tried on a real device. New subs is in the same group (there is only one). I will try to file a ticket at feedbackassistant.com
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to StoreKit 2: Newly added subscription not being returned
Hi App Store Commerce Engineer, Thanks for responding. I have submitted an FB: FB12654744
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to StoreKit 2: Newly added subscription not being returned
New information ... I made a text change to an existing subscription product. This does show when running the released app, but does not show in the development sandbox app. I tried clearing the app cache ("DerivedData"), restarted development machine, double-checked the bundle IDs. It appears that the App Store price changes are not propagating to the sandbox environment.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to StoreKit 2: Newly added subscription not being returned
Solved: In my development debug Scheme, I had a leftover StoreKit Configuration in the Scheme Options. The fix was to set StoreKit Configuration to "None". The latent StoreKit config was masking the App Store Connect products.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jul ’23