Post

Replies

Boosts

Views

Activity

Comment on SKStoreProductViewController fails to present on iOS 17 RC
Below is the minimal reproducible code: var parametersDictionary = [SKStoreProductParameterITunesItemIdentifier: "a non-existent itunes_id"] 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.
Topic: UI Frameworks SubTopic: UIKit Tags:
Sep ’23
Comment on SKStoreProductViewController fails to present on iOS 17 RC
@Frameworks Engineer Is there any progress on this issue? I just updated to iOS 17.1 Beta and the problem persists
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’23
Comment on SKStoreProductViewController fails to present on iOS 17 RC
Below is the minimal reproducible code: var parametersDictionary = [SKStoreProductParameterITunesItemIdentifier: "a non-existent itunes_id"] 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.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’23
Comment on SKStoreProductViewController fails to present on iOS 17 RC
@k1ddogal My conclusion is exactly the same as yours. Currently, SKStoreProductViewController is almost unusable in my project. I have to find other alternatives. This problem can only be fixed by Apple engineers.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’23