app-store-connect

Analyze iOS version distribution of a specific app in AppStore Connect

ε祈祈猫儿з 提交于 2020-04-30 08:28:56
问题 Is it possible to analyze the distribution of iOS 13 of one of my app using AppStore Connect? Background: I have an app in the AppStore which currently uses iOS 11.0 as deployment target. Now I would like to use an Apple API which requires a minimum deployment target of iOS 13.0. I don't want to exclude many user, If I would set the deployment target in the next version to iOS 13.0. I have no 3rd party analytic tools integrated in my app. Additional question: If I would change deployment

Can't create IOS_DISTRIBUTION certificate using AppStore Connect API. Error 409/ENTITY_ERROR.ATTRIBUTE.INVALID/Invalid Certificate

感情迁移 提交于 2020-04-30 06:41:25
问题 I'm trying to create a certificate using AppStore Connect API. For that I created valid (I used it to fetch certificates list using GET method, it works) JWT token : eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NiIsImtpZCI6IkZZREszQlVIOE0ifQ.eyJpc3MiOiIwNWNiN2M3Yy00Y2RkLTRlYjMtYWRiZC1kNzkwYWEyYTBhNjEiLCJleHAiOjE1ODc3OTg1MjMuMjI3ODIyLCJhdWQiOiJhcHBzdG9yZWNvbm5lY3QtdjEifQ.Vs1xpLL2xF_WtQNXg3m1XySG-mdSsR2fQalhDgFy5NkIhtRWtWfxkyxMOTe3la-zqWAKjZ7iiCGf8Fkm5_cl2Q Pretty printed JSON Http body is: { "data":{

StoreKit on iOS - autorenewable subscription - How to know whether it is a free trial or not?

自作多情 提交于 2020-02-11 10:54:19
问题 In iTunes Connect it is possible to give a free trial period for autorenewable subscriptions. App > Manage In App Purchases > Subscription Basic > 1 Month > Offer a free trial? How can I get this information on the client? SKProduct does not have any information about this as I can see. Since we're having a marketing campaign it is very confusing for the end user to not see information about the product has a trial period. Of course it is possible to fetch this kind of information from a

Dynamically add in-app products (non consumable) in itunes for specific app

本小妞迷上赌 提交于 2020-02-02 16:27:51
问题 We are using consumable type of product items, which are having same price tier. But apple rejected the same and apple suggested us to use non-consumable product type. Now, we want to add non-consumable product dynamically when any item is added in to content management system. can we add product to itunes through our own system? Please help us to achieve this. Thanks in advance 回答1: Apple has not provided any such API till now to upload products manually. So, We have to add all the products

Dynamically add in-app products (non consumable) in itunes for specific app

◇◆丶佛笑我妖孽 提交于 2020-02-02 16:27:45
问题 We are using consumable type of product items, which are having same price tier. But apple rejected the same and apple suggested us to use non-consumable product type. Now, we want to add non-consumable product dynamically when any item is added in to content management system. can we add product to itunes through our own system? Please help us to achieve this. Thanks in advance 回答1: Apple has not provided any such API till now to upload products manually. So, We have to add all the products

AppStore - App status is ready for sale, but not in app store

独自空忆成欢 提交于 2020-01-30 14:03:52
问题 Status of app ready for sale still 9 June.. Like in there https://discussions.apple.com/message/8147141 App link : https://itunes.apple.com/us/app/yupek-mebel/id884771427?ls=1&mt=8 回答1: After your app status changes to 'Ready for Sale' you will get official mail from Apple. The mail itself states that it might take 24 hours before your App is available on AppStore. If it takes more than days then contact Apple. Refer below screenshot. 回答2: You have to go to the "Pricing" menu. Even if the

GKMatchmakerViewController failed

落花浮王杯 提交于 2020-01-25 12:23:06
问题 In my app, I can see data for Leaderboards and Achievements that I have created using iTunesConnect. I can use GKTurnBasedMatchmakerViewController with no problem. But if I use GKMatchmakerViewController , immediately after selected a friend to invite, the GKMatchmakerViewController comes back with a "failed" indication (see image). That was not all. If I use another bundle id (one that already on AppStore) just to test, then GKMatchmakerViewController will work on this app. I have also tried

SDK Version Issue

穿精又带淫゛_ 提交于 2020-01-25 08:32:27
问题 i'm getting the Warning when i upload my application through xcode 8.x. Xcode for future app deliveries." WARNING ITMS-90725: "SDK Version Issue. In July 2018, iOS app updates submitted to the App Store will need to be built with the iOS '11.0' SDK or later, included in Xcode [9.0] or later. Make sure to update Xcode for future app deliveries." My project was developed in old swift 2.X language and some of the module in objective-c.. should i convert whole project to the latest swift 4.x and

“This bundle is invalid - The file extension must be .zip” error submitting to iTunes

*爱你&永不变心* 提交于 2020-01-23 02:07:48
问题 The last 24 hours, every time I submit my iOS app, I'm getting the error (after a successful upload/acceptance) "This bundle is invalid - The file extension must be .zip" and binary is flagged as invalid. I've successful submitted this many times through TestFlight, and a prior build just entered app review. My last successful submission was 2 days ago. I don't remember making any significant changes to my project, only changes to Xcode are that I turned on automatic updates in Xcode and

“This bundle is invalid - The file extension must be .zip” error submitting to iTunes

♀尐吖头ヾ 提交于 2020-01-23 02:05:35
问题 The last 24 hours, every time I submit my iOS app, I'm getting the error (after a successful upload/acceptance) "This bundle is invalid - The file extension must be .zip" and binary is flagged as invalid. I've successful submitted this many times through TestFlight, and a prior build just entered app review. My last successful submission was 2 days ago. I don't remember making any significant changes to my project, only changes to Xcode are that I turned on automatic updates in Xcode and