Hello,I am creating a new app that uses CKShare. I am able to create the CKShare and send it by email using UICloudSharingController.When the receiver of the invite tries to accept the share, there is an error message"Couldn't open "Title"You need a newer version of "App" to open this, but the required version couldn't be found in the App StoreMy app has not been published to app store yet. How do I resolve this error? I am using a development build with two apple id's to test ckshare.Thanks!
Post
Replies
Boosts
Views
Activity
My app update was rejected due to an IAP related issue. I have an IAP product that is not "cleared for sale". However, during review, the reviewers are seeing this product in the list of IAP available for purchase. I believe the reviewers are testing in a sandbox environment where all products including ones that are not "cleared for sale" are shown and hence they see this product.
However, reviewers say that they are testing in a production environment. I generate the list of products based on SKProductsResponse products and can't understand why a product not cleared for sale will show up in response.products (rather than invalid product identifiers)
Has anyone else faced this problem?How do you go about resolving this? I could make this product available for sale, but I feel that it just confuses my users.