Post

Replies

Boosts

Views

Activity

Reply to StoreKit 2.0 keep throwing unknown error.
Solution found: if #available(iOS 18.2, *) { result = try await product.purchase(confirmIn: viewController) } else { result = try await product.purchase() }
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to StoreKit 2.0 keep throwing unknown error.
Here the same problem. Currently only in Sandbox and TestFlight but only with versions compiled with Xcode 16.2 and iOS 18.2. The older version still works by now.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Background location updates stop in iOS 16.4
I can confirm that showsBackgroundLocationIndicator = true solve the problem. Is not a definitive solution but could be an hotfix. I hope that Apple fix it on CoreLocation framework.
Replies
Boosts
Views
Activity
Mar ’23
Reply to Background location updates stop in iOS 16.4
I'm testing now on simulator and for me if I set showsBackgroundLocationIndicator = true, the location updates are working in background and foreground correctly. Today I will test real device.
Replies
Boosts
Views
Activity
Mar ’23
Reply to Background location updates stop in iOS 16.4
I have the same problem. Background location updates stopped working. The issue is in the simulator too. I'm trying some configurations but the problem persists. I hope Apple sends a quick hotfix.
Replies
Boosts
Views
Activity
Mar ’23
Reply to iOS 16 beta 6 lose ActivityKit?
Here the app do not crash but don't run Widgets if there is a Live Activities Widget in list.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to Xcode 13.3 cycle in dependencies between targets
You can solve moving the Headers build phase on top of the Compile Sources.
Replies
Boosts
Views
Activity
Mar ’22
Reply to How to resolve the "this application is not recognized by Game Center" error
Same issue here. Leaderboard created. Achievements not created because an error on App Store Connect and Game Center do not recognize the app. How to solve it?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’22