itunesconnect

iTunes Connect sends email about a issue with icon file, how to fix?

扶醉桌前 提交于 2019-12-06 10:18:46
This is the email: Dear developer, We have discovered one or more issues with your recent binary submission for "Bla". Before your app can be reviewed, the following issues must be corrected: Corrupt Icon File - The icon file 72 x 72.png appears to be corrupt. Once these issues have been corrected , go to the Version Details page and click Ready to Upload Binary. Continue through the submission process until the app status is Waiting for Upload and then use Application Loader to upload the corrected binary. I have change the file and re-upload the app, but I got the email again. As Michael

iTunes Connect Developer reject - Delete non needed build / binaries

最后都变了- 提交于 2019-12-06 09:19:04
I uploaded a binary update to the new iTunesConnect, but had not submitted. I found a bug, and tried to remove the existing binary - could not find a way to do that. I then submitted for review but immediately rejected it. Still can't see a way to delete it and upload a new one. How do I upload my new version? OR how do I cancel my update and start a new one? You can't delete binaries that are uploaded. I had to developer reject couple of times and I had 6 of these binaries there. I selected one and then submittted for approval. There is no way to remove "non-needed" ones from this list You

improper advertising identifier [IDFA] usage, but it doesn't

筅森魡賤 提交于 2019-12-06 08:31:37
问题 While uploading app-file to itunesconnect the XCode says: improper advertising identifier [IDFA] usage...etc. But I do not use this feature in my project. I've tried to find any [[[ASIdentifierManager sharedManager] advertisingIdentifier] UUIDString] calling. Futhermore, I'm just fixing a bug of my app, I hadn't included such features since my first release. The first release didn't said about IDFA-usage. 回答1: Well, this error happened about 15 days ago and it wasn't clear what is the reason

uploading iOS app with watch 2.0 give ITC.apps.preReleaseBuild.errors.invalidBinary

旧巷老猫 提交于 2019-12-06 07:31:36
I'm working on iOS app with watch using xcode 7.0 by after upload version to iTunes give ITC.apps.preReleaseBuild.errors.invalidBinary . How I can solve this problem? Create Xarchieve file by using Xcode, click product->archive Used this to create archive file and than uploaded using xcode instead of application loader. 来源: https://stackoverflow.com/questions/33892431/uploading-ios-app-with-watch-2-0-give-itc-apps-prereleasebuild-errors-invalidbin

Stuck on “Sending API usage to iTunes Connect”

岁酱吖の 提交于 2019-12-06 07:30:21
问题 I try to upload my game developed with Starling to the appstore but the "Application loader" stuck on "Sending API usage to iTunes Connect", 10 days ago the upload was successful, the new version have only a different line of code then the way to compile is same. Somebody have this problem? Somebody have a solution? I try with this but no work for me: Can't Submit App to App Store: "Sending API Usage to iTunes Connect" either times out or loses connection Application Loader (Apple) stuck on

iOS Dev: Certificates and hiring a freelancer

↘锁芯ラ 提交于 2019-12-06 07:21:22
问题 I have hired a freelancer to build an app for me. I have an individual dev account to which I have added him as a technical user. He has requested either that I send him distribution and development certs plus a provisioning profile OR to make him an admin role in iTunes Connect. Should I create certificates with my name/email and send them to him? Or with his name/email? Or should I just make him an admin? What is the best/safest course of action? This is just for testing purposes and I will

iOS game localization with lproj directories not working

那年仲夏 提交于 2019-12-06 05:21:02
My game is localized in 3 different languages. In order to let iTunes Connect know that the game is localized I created these files: ios\resources\en.lproj\Localizable.strings ios\resources\es.lproj\Localizable.strings ios\resources\ca.lproj\Localizable.strings all three with this content: "AppName"="MechaNika" being MechaNika the name of my game. However, after creating the IPA file and uploading it to iTunes Connect with the Application Loader, it says that my game is only in English, so it seems that I'm missing something. Note that I'm not using Xcode but libGDX + IntelliJ IDEA + gradle +

App rejected due to Advertising Identifier (IDFA)

谁说我不能喝 提交于 2019-12-06 04:27:48
问题 My application was rejected due to the following reasons: You and Your Applications (and any third party with whom you have contracted to serve advertising) may use the Advertising Identifier, and any information obtained through the use of the Advertising Identifier, only for the purpose of serving advertising. If a user resets the Advertising Identifier, then You agree not to combine, correlate, link or otherwise associate, either directly or indirectly, the prior Advertising Identifier and

Multiple bank accounts for different apps in iTunes connect [closed]

限于喜欢 提交于 2019-12-06 04:06:03
问题 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 9 years ago . As we are developing an iPhone app for a customer and he wants to charge for that app, we are wondering if it is possible to have multiple bank accounts in iTunes connect to have the revenues directly on the customers bank account. Whats the best practise for that? Many thanks in advance Stefan 回答1: It sounds

Change application default description language

社会主义新天地 提交于 2019-12-06 03:06:53
问题 I'm submitting a new version of my app into app store. Is there a way to change the default application language in iTunesConnect ? Let say I have a French as a default description language and I need to change the default to English. How do I do that ? 回答1: Your App must be in the "Ready for Sale" state. Then, Go to your list of apps Open the desired app Click "Edit" on "App Information" Set the Default Language and save 来源: https://stackoverflow.com/questions/11050491/change-application