Post

Replies

Boosts

Views

Activity

Crash on UIApplicationInvalidInterfaceOrientation when [SKStoreProductViewController shouldAutorotate] is returning YES
I get crash reports which I can't reproduce when trying to present an SKStoreProductViewController : Fatal Exception: UIApplicationInvalidInterfaceOrientation Supported orientations has no common orientation with the application, and [SKStoreProductViewController shouldAutorotate] is returning YES No matter what app Deployment info orientation I try I can't get my SKStoreProductViewController shouldAutorotate property to return YES. It is always false. Does anyone knows why or how to get an SKStoreProductViewController to return shouldAutorotate YES?
0
0
34
Apr ’25
SKAdNetwork not closing SKAdImpression properly
I get the following error when calling startImpression:completionHandler: a second time: SKAdNetwork: Error in remote proxy while starting view-through impression: Error Domain=ASDErrorDomain Code=1203 "SKAdNetwork: Cannot start an impression since an open impression already exists." UserInfo={NSLocalizedDescription=SKAdNetwork: Cannot start an impression since an open impression already exists.} I have called endImpression:completionHandler: on the previous impression using the same SKAdImpression instance used to start the impression and did not get any exception there. Needless to say I don't get a postback from apple on these impressions. Any thoughts?
1
0
643
Oct ’21