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?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Created
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?
Topic:
App & System Services
SubTopic:
StoreKit