iOS 7: SKStoreProductViewController not displaying on 64 bit
The SKStoreProductViewController (which loads the iTunes store in app)
does not appear to load on iOS 7 compiled for 64 bit.
I have tested Xcode 5 running on 32 bit and the
SKStoreProductViewController loads fine, however, when run on 64 bit, it
does not display. The rest of my app seems fine on 64 bit.
Has anyone else encountered this problem?
Thanks.
We had a similar problem, but it was related to our adjusting the position of the back button (adjusting with UIAppearance.) When we removed the adjustment the views would load.
ReplyDelete