@Frameworks Engineer Is there any progress on this issue? I just updated to iOS 17.1 Beta and the problem persists
Post
Replies
Boosts
Views
Activity
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.
@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.