Post

Replies

Boosts

Views

Activity

Reply to SKStoreProductViewController fails to present on iOS 17 RC
I also have the same problem, refer to this post https://developer.apple.com/forums/thread/735752 Below is the minimal reproducible code: var parametersDictionary = [SKStoreProductParameterITunesItemIdentifier: "***"] let store = SKStoreProductViewController() store.delegate = self store.loadProduct(withParameters: parametersDictionary) { (result: Bool, error: Error?) in print("Result : \(result), Error: \(error)") // Result : true, Error: nil } You only need to fill in a non-existent itunes_id to reproduce this problem. In fact, if an id that does not exist is passed in, the expected situation should be an error, but now the error will never be returned in the callback function
Topic: UI Frameworks SubTopic: UIKit Tags:
Sep ’23
Reply to SKStoreProductViewController fails to present on iOS 17 RC
I also have the same problem, refer to this post https://developer.apple.com/forums/thread/735752 Below is the minimal reproducible code: var parametersDictionary = [SKStoreProductParameterITunesItemIdentifier: "***"] let store = SKStoreProductViewController() store.delegate = self store.loadProduct(withParameters: parametersDictionary) { (result: Bool, error: Error?) in print("Result : \(result), Error: \(error)") // Result : true, Error: nil } You only need to fill in a non-existent itunes_id to reproduce this problem. In fact, if an id that does not exist is passed in, the expected situation should be an error, but now the error will never be returned in the callback function
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to loadProduct method callback not getting error correctly when using SKStoreProductViewController on iOS 17 beta
Apple updated Xcode 15 RC today, I tested it and still have this problem. 😢
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to iOS17.0 quic_recovery_declare_packets_lost Crash
I have the same problem, does anyone have a solution?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to loadProduct method callback not getting error correctly when using SKStoreProductViewController on iOS 17 beta
Apple updated Xcode 15 beta 8 today, I tested it and still have this problem. 😢
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to loadProduct method callback not getting error correctly when using SKStoreProductViewController on iOS 17 beta
Is there anyone, Apple updated Xcode 15 beta 7 today, I tested it and still have this problem.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to app cannot be installed because it's integrity could not be verified
Same problem
Replies
Boosts
Views
Activity
Dec ’22