itunesconnect

Change iOS App List of Supported Languages in App Store

主宰稳场 提交于 2019-12-02 15:37:14
问题 I've noticed that several of my apps have multiple supported languages (all of them I assume) in the "Languages" section of the App Store. However, the only language I actually support is English. How do I change this? I searched online and found that the different .iproj folders in the Bundle decides what languages are listed on the App Store, but both my apps only have en.iproj so that didn't help me much. EDIT 1: I went to the Binary Info section in iTunes Connect, and took a screenshot

Application Loader Warning - Resulting API Analysis File is too large

偶尔善良 提交于 2019-12-02 15:24:14
I am getting a strange error when I submit my application via application loader tool. The resulting API analysis file is too large. We were unable to validate your API usage prior to delivery. This is just an informational message. The application gets submitted to iTunes Connect and I am able to test it via TestFlight. What is the reason behind this error? Also, is there a risk of my app getting rejected because of this ? Copy of the error message is below. As it mentions already, it's just an informational message. You don't need to worry about rejection because of this. What it means is

Typical time for Waiting For Review? [closed]

六眼飞鱼酱① 提交于 2019-12-02 14:47:00
I uploaded my first app to iTunes connect, on the 23rd it changed status to Waiting For Review. The box which shows the status of app reviews says 80-99% of apps in the last 5 days have been reviewed. Does that include the Waiting For Review period, or only from the In Review period? Basically how long should I wait before I wonder if it's disappeared down a black hole? I have no problem with waiting weeks, just Im unsure what the percentage says actually mean. EDIT: I also meant to ask if the the stats Apple give in the developer centre, include the Waiting For Review period? Well, most of

How to re-send external tester invitations on Apple's TestFlight service [closed]

放肆的年华 提交于 2019-12-02 14:46:34
Is there a way to re-send an invitation to an external tester on Apple's TestFlight Beta Testing service? (I am referring to facility for external beta testing accessed via iTunes Connect, not to the standalone TestFlight service that has been provided since before Apple acquired it.) Within iTunes Connect, under My Apps / Prerelease / External Testers, the tester's status just shows itself as "Invited". Unfortunately, this tester had a hyperactive spam filter that simply deletes all spam, so he cannot access the original invitation. And I cannot find any control on the TestFlight UI to re

No TestFlight invite email gets sent for internal users

不羁岁月 提交于 2019-12-02 14:13:11
I set up my application for TestFlight. For external users it is waiting for review. But if I want to invite internal users, I select them and press invite. iTunes Connects says they are invited now, but none of the invited emails gets an invitation email. Do you know what I am doing wrong? For new builds on the same version, once the build becomes available, I had to turn OFF testing for that version and immediately turn it back on. This instantly sent an Update notification to TestFlightApp, emailed the testers, and allowed users install the new build. This is an outstanding bug. A report

iTunes Connect: How to choose a good SKU?

回眸只為那壹抹淺笑 提交于 2019-12-02 13:57:06
I'm reading the iTunes Connect Developer Guide as I'm trying to add a new application to iTunes Connect. I'm a bit confused about the SKU number which I should provide. On page 81 in the above developer guide they provide an example of their data for their application Orange Ball . They have chosen Orange_Ball_01 for the SKU Number . What is the 01 indicating - that it is version 1? Why use underscore? Why not just type “OrangeBall”, if that SKU is not used? Dennis Stritzke You are able to choose one that you like, but it has to be unique. Every time I have to enter the SKU I use the App

submit crash logs to Apple via iTunes Connect

你离开我真会死。 提交于 2019-12-02 12:13:07
问题 How can I force an iPhone or iPod Touch to send/update its crash logs to Apple? I can crash an app within my device. When I visit iTunes Connect, I don't see any crash logs. 回答1: You can't force it. And the crash logs are not uploaded to Apple by the device. They are uploaded by iTunes when the user syncs the device. You know that you can grab the crash logs directly from the device by using Xcode? Connect your device and open the Organizer window in Xcode. It will show all crash logs

Submitting a completely different IOS App but with same Bundle ID [closed]

那年仲夏 提交于 2019-12-02 11:41:37
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . My team has an app that was developed with react-native. We are now contemplating creating a new version with native iOS technology and language (Swift). I want to make sure before we start developing, that Apple will accept an app that is completely new in every way, but that has the same bundle Id. Is this the

How to add metadata for other languages?

烂漫一生 提交于 2019-12-02 09:46:18
问题 I've just added an application to iTunes Connect, which is mainly target the danish market. During adding of the application, I was told to enter the metadata information in english. After I added the application, I was trying to add meta in danish, but the language does not exist. When a user in the danish App Store visit the App, the metadata must be in danish. Should I just change the metadata in english to danish instead? 回答1: You cannot add metadata in other languages for App Stores that

Submitting app to app store error

喜欢而已 提交于 2019-12-02 09:33:16
问题 When I submit my app to AppStore, I get this error: ERROR ITMS-90149: "This bundle is invalid. The value of the CFBundleDocumentTypes key in the Info.plist must be an array of dictionaries, with each dictionary containing at least the CFBundleTypeName key." In my Info.plist, I add : <key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeName</key> <string>public.jpeg</string> <key>CFBundleTypeRole</key> <string>Editor</string> <key>LSHandlerRank</key> <string>Owner</string> <key