itunesconnect

Unable to upload to App Store with Xcode 7.1

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-03 09:57:21
When trying to upload an app to App Store in Xcode (7.1) I'm prompted with this error message: iTunes Store operation failed. You are not authorised to use this service. The steps I go through when trying to upload Product -> Archive which completes successfully Window -> Organizer where I select my app in the left pane. I then choose my most recent archive, press "Upload to App Store..." and pick the relevant development team. At that point I'm prompted with the error message "iTunes Store operation failed. You are not authorized to use this service for provider: " I find this odd as my

The Bundle ID in the certificate does not match the Bundle ID you entered

吃可爱长大的小学妹 提交于 2019-12-03 09:49:33
My Bundle ID of the certificate does not match the Bundle ID entered in the Firebase console and when I try to upload the certificate for Cloud Messaging. I get the error: The Bundle ID in the certificate does not match the Bundle ID you entered. My question is, what’d be the best way to match the Bundle IDs of my project in Xcode, Apple Developer Portal, and Firebase Console? Do I create a new app in iTunes Connect and then generate new certificates? Can I change Bundle IDs in Firebase Console or Apple Developer Portal? Or Can I simply create new certificates with the matching bundle IDs as

All Build for iTunes Connect, there was an error importing this build [closed]

孤街醉人 提交于 2019-12-03 09:48:35
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. I upload my build to app store, after that it show error in Activity. Any one help me out. Anish Kumar SOLVED! Go to Build Settings > Search for " bitcode " > Turn Enable Bitcode to No This will fix it. Also, if you are apprehensive about disabling bitcode, don't worry. Apple describes bitcode as follows: Bitcode is an intermediate representation of a compiled program. Apps you upload to iTunes Connect that contain

App Name Expiry on iTunes Connect

筅森魡賤 提交于 2019-12-03 09:47:20
问题 Apple in iTunes Connect Developer Guide says: App Name Expiry Once you have created your app, and it is in the state Prepare For Upload or Waiting For Upload, you will have 180 days (6 months) from your creation date in iTunes Connect, to deliver a binary to Apple. If you do not deliver a binary before the 180-day deadline, your app will be deleted from iTunes Connect. As a result of this deletion, your app name will be able to be used by another developer and you cannot reuse the app name,

Invalid Binary after Xcode 8.2 Update

被刻印的时光 ゝ 提交于 2019-12-03 09:44:19
I tried to push an update to my app today after updating to Xcode 8.2 and I am getting an invalid Binary Error. I have never seen this before. The iOS Deployment target for my app is iOS 9.0. Has anyone seen this error or know how to fix it? This is the contents of the email that explained what was invalid about the binary: Invalid sdk value - The value provided for the sdk portion of LC_VERSION_MIN_IPHONEOS in appname.app/Frameworks/libswiftDispatch.dylib is 10.2 which is greater than the maximum allowed value of 10.1. Invalid sdk value - The value provided for the sdk portion of LC_VERSION

About Same App, but different binary for different App Stores

安稳与你 提交于 2019-12-03 09:23:23
I have a new App to launch in the near future. The App is going to have different versions for different Territory's App Store, in sense of UI language and part of App content. My question is whether I can create different Apps (different bundle IDs and different App's iTunes' Application Name) but with the same App bundle name. I am doing this because If I include all the UI images for all the languages in one binary and control the language change with code, the App size will be over 20 MG, which I don't want. So, I am deciding to create, compile and submit different binaries separately, at

how to change version number of an App from iTunesConnect with state Prepare for Submission

柔情痞子 提交于 2019-12-03 09:18:12
I accidentally created a new version of an App in iTunesConnect with wrong version number. It is in state Prepare for Submission . So,I want to change the version number. Is there any possibilities to do that? or Is it possible to remove the app? so,i can create a new version. I have the same problem before. My solution: Submit the IPA first, status will be changed to "Waiting for Review"; Press the red button "Reject the binary" in iTunes Connect, status will be changed to "Developer Rejected"; Restart the process again. UPDATE As of 2015, iTunes Connect has updated, allowing users to change

What's “Hosting Content with Apple ”

爷,独闯天下 提交于 2019-12-03 09:10:36
问题 When I create In-App purchase in iTunes Connect . I found this option "Hosting Content with Apple" I did't see it before. What should I do , I should select Yes or NO. I don't understand. I think this option come after WWDC. 回答1: This is a new feature with iOS 6, you can have apple host your content, such as images and videos. If you are looking to support anything below iOS6, then you should select no (assuming you have content that needs to be hosted), if your in app purchase does not need

You must provide a screenshot for 5.5-inch Retina display (for 4.7 inch)

假如想象 提交于 2019-12-03 08:46:19
When I press Submit For Review button in iTunes Connect , I get errors You must provide a screenshot for 5.5-inch Retina display, because your app binary supports 5.5-inch Retina displays. You must provide a screenshot for 4.7-inch Retina display, because your app binary supports 4.7-inch Retina displays. It was because I added launching images for 5.5 and 4.7 displays. App should has nothing for them. So I remove this images and iTunes Connect eat it normally :) In addition, make sure that you don't have a LaunchImage.xib active in the project. I had this same problem, which persisted even

iOS option is disabled in Version or platform (iTunes Connect)

泪湿孤枕 提交于 2019-12-03 07:48:23
问题 I uploaded my app to the App Store using xcode. I can see my build in my existing app on iTunes connect. However when I want to add the build using the "+ Version or platform" option it shows me a disabled iOS button: My build version is 2.0. I received an email from Apple stating that the app completed processing. Any reason why I can't select it? 回答1: I found the solution. In my case I wanted to update the app to a newer version which wasn't listed in the "+Version or Platform" menu. The