itunesconnect

Submitting App from building in Xcode 6.4

£可爱£侵袭症+ 提交于 2019-11-29 18:49:44
I previously built my app in an Xcode 7 beta as my testing device is an iOS 9.0 device. I recently deleted Xcode 7 and began working on my app in Xcode 6.4 (not a beta). 6.4 does not support iOS 9 but my iPhone on an iOS 9 Beta is not uneligible (as it should because 6.4 doesn't support 9.0). Are there some files I can remove so that my device is ineligible? I believe once I fix this problem, I can finally submit a new build for review to iTunes Connect because I shouldn't get this error message when submitting my app: New apps and app updates submitted to the App Store must be built with

What is Hosted Content Package in the Application Loader?

萝らか妹 提交于 2019-11-29 18:40:51
问题 I want to enable In App Purchase for my an application. The type of purchase is Non-Consumable and I mark Host Content with Apple. When I want to host content with Apple I need to provide Hosted Content Package . I can not find more information what should be inside this content package. Except that it should be not bigger than 2GB and extension should be .pkg. How I could create Content Package for it? What should be inside it? How I can create an In-App purchase content package in Xcode

Missing Compliance in Status when i add built for internal testing in Test Flight.How to solve?

浪子不回头ぞ 提交于 2019-11-29 18:35:19
When I added my latest build for internal testing with TestFlight , I saw that it had a "Missing Compliance" status. Is this a major problem? Why does this appear? How can I resolve this issue? mokagio Unless your app is using some special encryption you can simply add Boolean a key to your Info.plist with name ITSAppUsesNonExemptEncryption and value NO . If your app is using custom encryption then you will need to provide extra legal documents and go through a review of your encryption before being able to select builds. If you continue with selecting that version for testing, it will ask for

iTunes connect Arabic localization

冷暖自知 提交于 2019-11-29 18:17:02
问题 I'm trying to use Arabic description and metadata for my app. In iTunes connect it states that these data must be in English, so I did put them in English. Then i found the localization feature but found it doesn't support Arabic language. However I found many apps that use Arabic in their names, meta data and description in the Saudi Arabia app store. I wonder how to do that? 回答1: They just put their arabic description under 'English'. ITC says that it has to be in English, but I have 2

ERROR ITMS-90168: “The binary you uploaded was invalid.”

不羁岁月 提交于 2019-11-29 17:49:04
问题 ERROR ITMS-90168: "The binary you uploaded was invalid. "The resulting API analysis file is too large. We were unable to validate your API prior to delivery I got the above error each time I want to upload the new version of my app to iTunes connect. I am using application loader for the upload. My application was developed using Codename one. Please, any help will be appreciated. I have been on this for a long time now 回答1: An invalid binary can happen for several reasons (the analysis file

Is there a way to limit iPhone App to only certain models?

牧云@^-^@ 提交于 2019-11-29 17:27:14
We just finished building an iOS 8 app for the iPhone 5, 6, and 6 Plus. It is limited it to iOS 8 and iPhone as shown below. Unfortunately it got rejected because a button could not be accessed since it was offscreen. We appealed immediately saying that it had been tested on the supported platforms. That was submitted an hour ago. If the App must support the iPhone 4s (Edited: I originally said 4) I would like to know so I can immediately submit a new build and get it in the queue instead of waiting for the appeal process. If anyone has advice from a similar predicament I would appreciate it.

Will TestFlight prerelease beta app version update existing App Store version, or install another instance of the app on tester's device?

二次信任 提交于 2019-11-29 14:14:35
问题 We are going to submit a prerelease version of an app to external users, but I wonder: what will their experience be? The user had a production App Store version of the app on the device, and now installs a new beta via TestFlight. Will this be in-place update, with the data preserved, or a completely new install with data wiped, or will TestFlight's version be installed next to production - so that the user has the app twice? Testing is over, and the production-ready version is submitted to

Unable to archive in iTunes Store

痞子三分冷 提交于 2019-11-29 13:51:21
When trying to upload my app, I get the error: "You must supply a CFBundleIdentifier for this request". The identifiers (UTI format) in info.plist, "General Identity", iTunesConnect and App ID (Apple Developer) are all similar. When getting the CFBundleIdentifier in applicationdidFinishLaunchingWithOptions: I get the same result. I have changed the project name, maybe it has something to do with that? Any suggestions? Thanks! Info.plist I was getting this error when free space in my mac hard disk was low I got the same error. In my case, the .ipa was put inside a folder. But, since i used the

This build is invalid on https://itunesconnect.apple.com

余生长醉 提交于 2019-11-29 13:39:23
问题 I face this error on iTunes Connect: This build is invalid. Before upload validate success and then upload it, but still getting error after upload done. I have uploaded more then 10 times but each of time getting "This build is invalid." Even nothing received any kind of email notification regarding this error from Apple. Xcode 7.2 OS X El Capitan V 10.11.2 Source configuration: Deployment target: 7.0 POD USE: YES Using SWIFT & OBJECTIVE C Please see error in picture. 回答1: check your mailbox

“Invalid year” error when setting up Sandbox Tester Account

a 夏天 提交于 2019-11-29 12:53:04
Getting a strange error when setting up Sandbox Tester in iTunesConnect. For some reason, iTunesConnects throws an error: "Invalid year". It looks like this: Oddly I cannot specify a year because it only asks me for month and day: I don't use the same email I used when creating apple ID and I don't have any +abc in my email address. I tried with gmail.com and hotmail.com but the result was the same in both cases. What is going on? Rajat I have also heard about it, not able to check it right now, check this also iTunesConnect unable to accept invitation - Invalid Year 来源: https://stackoverflow