Post not yet marked as solved
I have purchased a redemption code from my ABM, Now I am distributing the code/link to my users. As my end user's are around the world.
User's are from different countries are getting error message while redeeming the code like "the code is valid only in India store!"
What's the solution for this situaion.
Post not yet marked as solved
I am trying to upload and IPA built from Xcode 8.1 - (Swift 2). While doing, I am getting :“ERROR ITMS-90725: "SDK Version Issue. This app was built with the iOS '10.1' SDK. All iOS apps submitted to the App Store must be built with the iOS '11.0' SDK or later, included in Xcode [9.0] or later. Please update Xcode and rebuild your app."Well, it will be backbreaking job for me to convert the whole project in swift 4. So, is there any other option to upload my build to app store without Xcode 9 ?Thank you.
Post not yet marked as solved
I am trying to implement silent push notification in my application where I need to update some data in the server when silent notification comes. I am using Pushkit and it uses VoIP certificate for silent push notification but the app has been rejectd by Apple saying that "I can't use VoIP" certificate. It seems that apple has rejected it as I don't have any VoIP call functionality in my app. In that case how can I implement silent push notification so that my app gets activated even if it is not runnning(not even in the background) and I can update the server?
Post not yet marked as solved
I am building a game application where 2 type of games can be played by user. One type of game can be played using coins and another type of game can be played using real money. This application has in app purchases to get coins which can be utilised while playing games with coins. However, in other case, user has to pay through third party payment gateway to play other kind of game. In my game there is no gambling involved. User needs to play the game and who ever scores highest, will get money. So, there is no luck involved for user while playing game. I have seen other games like PokerStars which has both in app purchases and real money. Is there any chance for apple to reject my game? If so, what needs to be done so that my app go through apple review process properly?
Post not yet marked as solved
https://i.stack.imgur.com/R3X1c.jpgWhen I am doing subscribtion, I am getting previous subscribtion member's name and also telling me to upgrade rather than new subscribe to new member. What shall I do ?
I am gertting this message when I am about to subscribe Mr X after doing Me Y. Why am I getting this ? One user can purchase or subscribe multiple channel . So, why I am seeing this and what can I do to get rid of it? Thank you.
Post not yet marked as solved
It has been a week since I have implimented IAP and purchased 100 times from different product ID. A secured https URL has been added in iTunes but no response have been recieved yet. I am not sure if can rely on it for future transactions. What mistakes I might have made? What else should I keep in mind about the URL I added in iTunes.
Post not yet marked as solved
How can I test auto renewal cancelled subscription ? How am I suppose to know if subscription has been expired or canceled in sandbox mode. How am I suppose to get notification?I have printed a reciept .How to get a glimpse to canceled state in sandbox mode ? "expires_date" = "2017-11-30 14:24:13 Etc/GMT"; "expires_date_ms" = 1512051853000; "expires_date_pst" = "2017-11-30 06:24:13 America/Los_Angeles"; "is_trial_period" = false; "original_purchase_date" = "2017-11-30 14:14:13 Etc/GMT"; "original_purchase_date_ms" = 1512051253000; "original_purchase_date_pst" = "2017-11-30 06:14:13 America/Los_Angeles"; "original_transaction_id" = 1000000356232086; "product_id" = "com.demo.demoapp.weeklysubscriptionsssss"; "purchase_date" = "2017-11-30 14:19:13 Etc/GMT"; "purchase_date_ms" = 1512051553000; "purchase_date_pst" = "2017-11-30 06:19:13 America/Los_Angeles"; quantity = 1; "transaction_id" = 1000000356233554; "web_order_line_item_id" = 10032340000037061260; },What will be the response when Subscribtion will be cancelled ?