Menu
  • HOME
  • TAGS

IOS App Support Page URL

ios,itunesconnect

Yes, you have to provide a URL as it complains that the field is required if you leave it empty. I do not think they will reject it but for the users' sake I would create a simple website maybe containing your email address so they can actually use the...

submitting app to itunes connect no build shows

xcode,build,app-store,itunesconnect

It takes 15-30 minutes for show-up in iTunes Connect. Have patience !!...

Metadata rejected about demo account

ios,apple,itunesconnect

I once released an app that talked to a service that required you to be a student at my University. I hardcoded an account in the app for Apple that used my own student account to talk to the service (so I didn't have to give them my own credentials)....

TestFlight is Currently Unavailable Message

ios,itunesconnect,testflight

I had this same error. Discovered that the company certificate was expired, and therefor all provisioning profiles as well. 1. Renew the company certificate (download, install on your computer) 2. Renew the provisioning profiles (edit, select new valid certificate, generate, download and install in xcode) 3. Repost the app to...

Unable to submit App with Auto-Renewable Subscriptions for a non Newsstand App

in-app-purchase,apple,itunesconnect

I just was on the phone with apple developer support. They said that this is a known issue with itunes connect and they are hoping to resolve it by the middle of today. (we are having the exact same issue with an application that is already in store with recurring...

How to change an app's name displayed in app store before submitting for review?

ios,iphone,itunesconnect,rename

To change app name which is visible on App Store you need to change Name on iTunes Connect on your app page below the Screenshot and above app Description there is field Name which you need to cahnge, to change the name of app on home screen visible to user...

iOS - Delete app before update through iTunesConnect / Xcode

itunesconnect,updating

It is not possible to automatically delete an app from the users device before installing the new version through iTunes connect. Regarding your Core Data problem you should look into migration. Most of the time a "lightweight migration" is enough to prevent the updated version from crashing. The following links...

Xcode unsupported architecture armv7k

ios,xcode,app-store,itunesconnect

It's more than likely not passing validation as you can't actually submit watch apps yet. Per https://developer.apple.com/watchkit/: Please Note: Apps built with Xcode 6.2 and iOS 8.2 SDK may be submitted to the App Store. However, WatchKit extensions are not accepted at this time. ...

Upload Previously Uploaded App To New App Store Account

app-store,itunesconnect

You can transfer apps between account with the new option inside itunesConnect. In this link you can get more information. https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/TransferringAndDeletingApps.html Also, if you delete the app this will happen (according apple documentation): Important: If you delete your app, you can’t restore it. The SKU or app name can’t be...

Game Centre Integration with App Updates - iTunes Connet

ios,itunesconnect,game-center

So I was obviously being dumb. Once the Game Center is enabled in the Update on iTunes Connect, it says: "You don't have any new leaderboards for this app." The key word being: "You don't have any new leaderboards for this app.", thus assuming your update doesn't include any new...

Error Code-90161 Invalid provisioning profie

ios,xcode,xamarin,itunesconnect,xamarin.mac

If you get this error, you probably don't have the correct type of Provisioning Profile. There's a few types of Provisioning Profiles, most notably are the "Development" and "Distribution" profiles. I suggest looking at your provisioning profiles, and if necessary recreate them. To elaborate: You have 1 Certificate (created via...

App name is not displayed in the list of application records in Xcode/iTunes Connect

ios,xcode,itunesconnect,submission

Nevermind. I just edit/saved the application page and voila! the application name is now showing in the choices. Seems like Apple considered the failed binary as an already uploaded build.

Do you keep your review's position after removing a build from iTunes Connect?

ios,submit,itunesconnect

Usually once you exit the review queue, you will have to queue up again for another week. Its uncommon but possible that apple will expedite a review, although apple does not explicitly mention so. One common scenario is apps containing Apple Watch apps that will be prioritized in the review...

Is it more efficient to reject binary or resubmit after Apple rejects?

apple,itunesconnect,iphone-developer-program

In case anyone stumbles on this later, this is what I wound up doing: I rejected the binary myself on day 9 of waiting in review. I had already fixed the crash, so I immediately uploaded and submitted the new binary. I took a shot in the dark and filled...

xcode app submission error: “no eligible software found, make sure this software is owned by your developer organization”

iphone,xcode,itunesconnect

I was able to sort this out and thought I'd share for others looking for answers. Because I have a single apple developer id and multiple Itunes Connect ids, that is the core of the problem. XCode would not let me put and use a non-developer account id into the...

How do I upscale an iOS App Preview video to 1080 x 1920?

ios,iphone,ffmpeg,app-store,itunesconnect

Finally, ffmpeg -i input.mp4 -acodec copy -crf 12 -vf scale=1080:1920,setsar=1:1 output.mp4 did the trick! Turns out that ffmpeg tries to be smart about aspect ratio, so that the actual size is 1079x1920 with an aspect ratio of 2000:2001. setsar=1:1 forces an aspect ratio of 1:1 and hence, the right resolution...

update an app which is pending developer release

ios,app-store,itunesconnect

You will have to reject the current build and remove it from Versions and then choose the new build you want to use. Hope that helps :)...

iTunesConnect AngularJS Error

ios,angularjs,apple,itunesconnect

It's been down for about 12 hours. I heard some people wiped their browser cache and that cleared the error (I tried it but it didn't work), I doubt there's a client side fix for this, as it's most likely going to be the javascript that apple use. The best...

iOS Test Flight doesn't work properly? [closed]

ios,itunesconnect,testflight

Test Flight is to distribute your app to beta testers. If you are in a corporate setting you could create a build and send it to your managers (Internal Testers) to review before submitting to the App Store. You could additionally set up a select number of your customers (External...

iTunes Connect: in-App mass import via Application Loader: unknown price tier error

ios,in-app-purchase,itunesconnect,application-loader

As it turned out, all I had to do was to use an outdated version of the Application Loader. The current version is 3.1, and can be downloaded from the iTunesConnect website (Under "resources and help", and not - as is stated in the Application Loader User Guide - under...

iTunes Connect - Expedite Review Process

itunesconnect

Try this article. https://mobileroadie.zendesk.com/hc/en-us/articles/200091766-Requesting-Expedited-App-Review-on-iTunes Essentially: Login to iTunes Connect using your iOS Developer Account credentials Scroll to the bottom of the iTunes Connect webpage and click 'Contact Us' Select 'App Review' and 'Request Expedited Review', then select 'Request an Expedited App Review' Fairly straightforward...

iOS game localization with lproj directories not working

ios,libgdx,itunesconnect

I finally got it working without any lproj directories, but just adding this to the Info.plist.xml file: <key>CFBundleLocalizations</key> <array> <string>en</string> <string>es</string> <string>ca</string> </array> Source 1 Source 2...

iOS app version and build numbers for iTunesConnect TestFlight

ios,jenkins,itunesconnect,testflight

In Jenkins there is a $BUILD_NUMBER parameter that lasts the life of the job. You can append this to the end of the build number parameter in the info.plist. If the beginning of the build number in info.plist is 3.1. then your real build number becomes 3.1.$BUILD_NUMBER from Jenkins. There's...

API for iTunes upload via TeamCity

teamcity,itunesconnect

Use the nomad-cli tools, specifically Shenzhen. https://github.com/nomad/Shenzhen#itunes-connect-distribution...

I accepted “Apple Developer Program License Agreement ”, but it is not hide [closed]

apple,licensing,itunesconnect,wwdc

Additional to Member Center you need to go to "Agreements, Tax, and Banking" in iTunesconnect and on top you will see a row with your address and some info. Next to it there is a button "Amendments". There is no word of "Schedule 2" or "Schedule 3" whatsoever. You have...

How to tell what appid my app is using

ios,xcode,itunesconnect

Do you have access to login in to the iTunes Connect for that account? That's what you really need to verify the bundle ID (aka app ID) of the released app. Login at itunesconnect.apple.com, click on apps, click on your specific app, click on the 'more' tab, click on 'about...

Xcode organizer trying to access transporter at wrong directory path

xcode,itunesconnect,itmstransporter

I had the same problem and made a symlink from the location XCode expected the iTMSTransporter to the location in the Applications folder you mentioned: ln -s /Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/MacOS/itms /usr/local/itms However, when uploading my binary I get the error: [ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'MyApp.app/Frameworks/libswiftCore.dylib' does...

To make it available on the App Store, accept the terms of the latest agreement in Agreements, Tax, and Banking

ios,itunesconnect

If you don't see this "Request Amendments" sections, login to developer.apple.com and make sure you have agreed with iOS terms and conditions there.

Submitting build to iTunes Connect confusion

ios,itunesconnect

It is the same thing. You select "submit to the iOS App Store" to submit to iTunes Connect. Apple has not updated the text in Xcode to reflect that change presumably because the package is packaged for the iOS App Store....

time for iOS App downloads to appear in iTunes connect

ios,itunesconnect

So first off, this question has been asked several times already and is often answered anywhere else on the net. I would recommend to do some research before asking. Now, to your question: The stats are updated at 12:00 am / 24:00 PST (Pacific Standard Time, based on Apple's location...

Difference between internal and external testers in iTunes Testflight beta testing?

ios,itunesconnect,testflight

Internal Testers must be assigned the Technical or Admin role in iTunes Connect, and you can only have 25 of them. These users need to be at least Technical users: The technical role grants the ability to edit the app information stored in iTunes Connect and to view test accounts...

iOS, appstore app published [closed]

ios,itunesconnect

Up to 2 days is the rollout time. Just have patience. I'm in Latin America and sometimes I wait several hours to rollout, but in Europe up to 1 day and in Australia up to 2 days....

The new Test Flight is worthless for adhoc distribution. Any work arounds?

xcode,itunesconnect,ad-hoc-distribution

The new TestFlight works better than the old one for multiple devices. The invite only works once, but it's tied to the Apple ID you use it with, log into the TestFlight app with that same Apple ID on another device and you can just install the app. Don't try...

New iTunes Connect - No suitable application records were found. Verify your bundle identifier

xcode,itunesconnect

Seems like all I needed to do was to walk away. I hadn't received a response to the question yet, so I decided to refocus on the problem ... solved it within 30 seconds. Pros I no longer want to punch kittens in the face ;) Cons I deserve some...

Does Apple's TestFlight application auto update apps that external beta testers have installed?

ios,itunesconnect,testflight,beta

They have to manually update it. A push notification and email is sent to let the user know that a new version is ready to be tested, but it's up to user to open test flight and install it.

iTunes Connect warning: “Your binary doesn’t support iPad”

ios,xcode,ipad,cordova,itunesconnect

My app was reviewed and approved for release, despite this warning message, so I can only assume it's an issue with iTunes Connect. It now appears in the App Store with "This app is designed for both iPhone and iPad" and the iPad screenshots are shown. My advice to others...

Xcode struck in validation process? [closed]

ios,itunesconnect,xcode6.3

please check the following link Request Timed out when trying to add iOS device to the portal Also i can suggest you, better upload app by using application loader. for making ipa file, follow the following steps! Open your project using xCode Go to build setting and select distribution profile...

iTunes Connect “Agreements, Tax, and Banking” message will not go away

itunesconnect,itunes

I figured this out while in the process of posting the question: Follow the Agreements, Tax, and Banking link first and agree to all contracts there Follow the Member Center link at the bottom and agree to the contract there Go to the Agreements, Tax, and Banking link again and...

How do you replace a rejected app store binary if the version number should not be incremented?

ios,itunesconnect

Keep the same version number, but change your build number. For example, if the original Version is 1.0 and the original Build is 1.0, you can keep the Version as 1.0 but change the Build to 1.0.1 to avoid that error. ...

How to install app from TestFlight via itunesconnect as an internal tester in ios?

ios,iphone,app-store,itunesconnect

I was also experiencing the same issue once But later I fixed it by following this. Make sure you have iOS 8.0 or above Make sure you have installed the latest testflight app and you have logged in using the correct apple id Make sure you are not using Gmail...

App Submission on iTunes error

ios,xcode6,app-store,itunesconnect

I had the same problem which I couldn't resolve, so I uploaded the app with Xcode 5.1, and it worked.

Upload app to App Store

ios,xcode,itunesconnect,application-loader

A great place to look for answers to questions such as this is the Apple Documentation In short, you need to: Ensure you have a valid App ID, or wildcard App ID set in the Developer Member Centre Select Product > Archive in Xcode with the project open, making sure...

How to test iOS app like iTunesConnect?

ios,objective-c,xcode,crash,itunesconnect

I would suggest you to test your application on all architectures like armv7, arm64 etc. I have seen a few third-party codes not supporting particular architectures, or combination of architecture and OS versions. SKSTableView is one of the examples that has been reported to be crashing with iOS 7 and...

Why does itunecconnect not accept my geoJSON file?

itunesconnect,geojson

The first and last points of the polygon must be the same. See https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/LocationAwarenessPG/ProvidingDirections/ProvidingDirections.html Per the GeoJSON specification, every child polygon must represent a closed region—that is, the first and last coordinate values must always be identical. Therefore, you must specify at least four points to define a triangular region,...

Turn on Testflight beta testing in iTunes Connect stopped working

itunesconnect,testflight

I'm also having problems sending out invites. Seems to be an issue on Apple's end - TestFlight is experiencing problems: https://developer.apple.com/system-status/...

iTunes connect screenshot issue

ios,itunesconnect

I don't think anyone can give you a definite answer. It depends, and the review team will make their decision. It sounds reasonable to me to show something that your app does, even outside of the app, in one of your screenshots. Note that your app's executable can get approved...

Get product's Reference Name for iOS In-App-Purchase product from within App

ios,in-app-purchase,itunesconnect

Impossible. Reference name is a internal name in iTunes Connect configuration. The product’s reference name is displayed in iTunes Connect and in Sales and Trends reports. It isn’t displayed on the App Store. You can't retrieve the Reference Name for an app....

App rejected due to “missing restore mechanism”

ios,itunesconnect

Yes, the functionality that Apple is asking you to put into your app is to provide a "restore" ability. If one deletes your app (which they paid for) and wants to restore it later, they've still paid for it. And that's the functionality you need to make happen. Here is...

Can app store video previews be seen across multiple device sizes?

ios,app-store,itunesconnect,itunes

Yes you need a different video for each screen size. Resizing the video for the different screen size will also get rejected by apple. Source Experience...

Editing screen shots for 5.5 screens, 4.0 screens, 3.5 screens and iPad screens after the app is ready for sales

ios,itunesconnect,itunes-store

Unfortunately, you need to submit a new binary since iTunesConnect only allows updates whenever a new version is up.

Delete app which is waiting to be submitted in iTunes connect

ios,itunesconnect

You can not delete app from app store in any condition. You can inactive once it gets Active means Ready for sale state, or make it inactive region/country wise. Another way is move your app from one developer account to another one, this is also available once your app get...

Incrementing iTunes Connect version number from a version that never shipped

itunesconnect,appstore-approval

In iTunesConnect go to My Apps –> [Your app] Scroll down to General App Information Under Version Number, change it. As simple as that. Hope it helps :)...

Should I resubmit the binary after replying to a metadata rejection?

ios,metadata,itunesconnect,appstore-approval

Ok guys, The answer was leaving it without submitting it again. I have received now a message from the store that they received the reply and will continue the review process of the app. The current status of my app is In Review. Hope this will help others in case...

xCode exclude watchkit extension for submitting

xcode,itunesconnect,watchkit,build-settings

If you want to exclude the WatchKit extension from your app, you just need to remove their targets from the targets list in your project. And remove their related files and groups.

Can I upload a new binary but with the same version number to the Apple iTunes Connect for an app with Ready for Sale status?

ios,xcode,itunesconnect

Now, I have a requirement to submit a new binary of the app with the same version record (2.2) You can't. Once an app has gone on sale, iTunes connect will not accept a new binary unless you up the version number....

Unable to Sign In to iTunes Connect: “Your Apple ID isn't enabled for iTunes Connect”

itunesconnect,iphone-developer-program

It is not enough to be a member of the Member Center team. An account must also be added as an iTunes Connect User. iTunes Connect > Users and Roles > "+" > Add iTunes Connect User ...

HealthKit iTunes Connect entitlement error

ios,objective-c,iphone,xcode,itunesconnect

i faced exactly the same problem, and i finaly fixed it. Be sure that you remove any reference to HealthKit not only in your app but also in your developper profile for this app. Go To the developper portal 1/Click the App IDs link on the Certificates, Identifiers & Profiles...

Can I use iOS App version as x.x.x.x while uploading to apple store?

ios,app-store,itunesconnect,itunes,itunes-store

x.x.x is the largest period-separated format allowed. You cannot use x.x.x.x (when building with Xcode 6. Older Xcode versions allowed x.x.x.x version format). Probably the input field in iTunes Connect does not validate the input you provide for this case, so you were able to enter it there. The issue...

Sending reviewers a free version of paid iOS apps

ios,app-store,itunesconnect

Yes, you can provide 100 promo codes for each version of your app. More detail can be found in the Apple docs.

iOS in-app purchase. Identifying purchased product (non-consumable).

ios,iphone,in-app-purchase,itunesconnect

You either have to ship all the images with your app and hard code the mapping of product identifier to image or load the product ids from the app store and use an external web site or server to upload the images for the identifiers. It is a shame that...

Where is the Compatibility Area in iTunes Connect?

xcode,itunesconnect,compatibility

The list is created automatically, based on the following Project Settings in Xcode: The properties Deployment Target and Devices in the General tab, and the Required device capabilities in the Info tab.

Support URL in iTunes Connect

xcode,itunesconnect

Yes. I do this for all my apps and I never had Apple message about that.

Xcode - failing to validate archive due to weird issues with resolving variables/placeholders in info.plist and entitlements

xcode,validation,itunesconnect,today-extension

I finally found the culprit! The problem was, for some reason I can not explain, the info.plist of the extension was a member (Target Membership) of the main application. I just found that by analyzing the created archive file by file and found an additional info.plist inside the GreatApp.app/Contents/Resources folder....

Submit a build using Xcode

xcode,itunesconnect,xcode6.3

Here is a "short" guide for what to do: In Apple's Member Center: Log in using your developer account's AppleID Navigate to Certificates, Identifiers & Profiles Choose Certificates Download / create iOS Certificates for iOS Distribution and iOS Development Navigate to Provisioning Profiles Download / create Provisioning Profiles for iOS...

Apps that do not perform as advertised by the developer will be rejected when sandbox mode

objective-c,xcode,itunesconnect

Apps must work in the sandbox no exceptions allowed. A sandboxed application cannot write to ~/Library/Fonts. Either store the font in the app bundle and use it from there, or put up a standard file dialog asking the user to grant permission to write to ~/Library/Fonts by selecting it. If...

Change App name on App Store (iTunes Connect) [duplicate]

ios,app-store,itunesconnect

You can only change the name when you submit an update.

Can you use different account from developer's account to submit to app store

ios,iphone,itunesconnect,iphone-developer-program

I ran into the same problem with a project. It worked when i archived the application and uploaded it to iTunes connect using apple's application loader, you can sign in with the account you want to upload the app to. https://itunesconnect.apple.com/docs/UsingApplicationLoader.pdf...

How to mark an iPhone app iOS8 only?

ios,ios8,itunesconnect

Change the deployment target in the project editor. ...

ERROR ITMS-90075: The application-identifier entitlement is missing

plist,itunesconnect,testflight,entitlements

Your Entitlements.plist file should contain the application-identifier key. The value $(AppIdentifierPrefix)$(CFBundleIdentifier) should resolve the error and give you the correct application-identifier. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> // ... <key>application-identifier</key> <string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string> // ......

Is it possible to have both an internal and external build active in TestFlight?

ios,itunesconnect,testflight,beta

I see your misunderstanding here. How it works is that when you upload a new build, all your Internal Testers will be notified and be able to download the new version. Only fro internal testers the previous version will be disabled, while external testers will be able to download the...

Do I still need to include testflightlib in my iOS app?

ios,itunesconnect,testflight,crashlytics

You don't need to include your testflight lib and you don't need to call takeOff. Actually, apple is already warning people to remove the framework from the projects. Regarding crashlytics, yes, you should keep it for crashes since Apple still doesn't provide embedded crash reporting with test flight. For more...

Upload update with different identifier

ios,xcode,itunesconnect

So i solved this by creating new project, because every other solution i searched including changing the bundle id, didn't work for me

Invalid Code Signing Entitlements - 'previous-application-identifiers' ApplicationLoader rejection

ios,itunesconnect,provisioning-profile,testflight,application-loader

After talking with Apple tech support. The solution was to revoke all distribution certificates and delete all distribution profiles and regenerate them with the required entitlements after they finished adding the extra entitlement to the Account.

Apple TestFlight upload warning ITMS-90191: missing `beta-reports-active` entitlement

xcode,itunesconnect,testflight

First, be sure that you are using an App Store Distribution Provisioning Profile. This is likely a different provisioning profile from the Ad Hoc Distribution Provisioning Profile you were using to sign pre-Apple TestFlight builds. I continued to hit Error ITMS-90191 after I switched to an App Store Distribution Provisioning...

Can TestFlight's “What to test” field be edited before the build is submitted?

itunesconnect,testflight

Ok so this is what you gotta do: Turn off TestFlight Beta Testing Upload your build Add your notes Turn on TestFlight Beta Testing Once you turn it back on, your testers should get a notification WITH the build notes. Not sure why this wasn't working, but there it is....

In-App-Purchase behaviour using a real Apple ID

ios,ios8,in-app-purchase,app-store,itunesconnect

Is it correct, that real Apple IDs only work in distribution signed apps (for/from the AppStore) and won't work in development signed apps? Yes. You can't use real apple IDs' in your sandbox environment. Sandbox Accounts work in a Sandbox Environment no matter how the app was signed? Test...

Unrestricted web access option in iTunes Connect app submission process query

ios,iphone,app-store,itunesconnect

Unrestricted Web Access means user can browse any url like a web browser. If you are simply using a UIWebView to display your web contents loading through a url that will be called "Restricted Web Access" I think. You can simply set "Unrestricted Web Access" to "No"...

Where is iTunes Connect 'Analytics' icon?

ios,iphone,itunesconnect

This feature is not yet rolled out by Apple, I guess they have some technical trouble or maybe they are not so sure anymore that they want developers to really know what happen in the AppStore... Anyway I hope this may be available soon, but as usual with Apple we...

iPhone App Submitting - Error ITMS-90171 Invalid Bundle Structure Can't Contain Standalone Executables

ios,iphone,xcode,itunesconnect

I had the exact same error for my application, and I was not able to find any reason from the information. The difference was, though, that I got it for all my .dll files. After some time, I saw that under IOS Bundle Signing - Custom entitlements it tried to...

iTunes Connect: Can I upload a new build with an old version?

ios,itunesconnect

ya it is possible, just change the Buildno = previousBuildNo + 1 and delete the old ipa file from iTunes connect and add the new build. if you reject the Pending Developer Release in old one then you just add the new build to that version (1.0.0) and upload. ...

How to submit an iOS Watch app / iOS app without going through TestFlight?

ios,app-store,itunesconnect,ios-app-extension,apple-watch

That error message isn't entirely clear. TestFlight doesn't support WatchKit for beta testing. Despite the error message you can still submit your app just fine. I've done it for a number of apps.

IOS - How to add In-App Purchase Details when language not available on the list?

ios,apple,itunesconnect,baker-framework

The app store does not support Polish as localized language, therefore you should use English (or the most relevant language for your country) for the App Store. Inside your app you could use Polish if you prefer. http://support.oneskyapp.com/support/articles/90256-list-of-itunes-app-store-supported-languages-for-metadata-...

TestFlight Beta not showing testers

ios,testing,itunesconnect,testflight

I haven't seen this exact message, but one problem I see with your process is that you used an adhoc profile. According to Apple, you should be using an app store distribution profile: Generate a new App Store Distribution profile containing the beta entitlement to distribute builds via TestFlight. As...

iTunes Connect, Changed date at “X Days ago”

ios,iphone,xcode,itunesconnect

It's normal. You can see Average App Store Review Times here.

iTunes multiple users [closed]

itunesconnect,itunes

Even though this question is so off-topic I want to help you: You can create a family including you and him. You would be the parent while he would be the child. There is no other option I know of. Hope that helps :)...

Is it possible to submit an app only for >5 iPhones?

ios,iphone,xcode,app-store,itunesconnect

No, if you submit an iPhone app it must support all types of iPhones that support the version of iOS you are targeting. The exclamation mark just tells you there is a validation error (missing screenshots) in your English metadata....

Add license agreement to your iOS app

ios,itunesconnect,eula

Unless you want to custom-roll your own (which still needs to comply with Apple's minimum requirements), you can change the EULA from Apple's default to your own in iTunes Connect. ...

After Submitting My App, iAds Have Stopped Working

ios,iphone,itunesconnect,itunes,iad

I have an answer! I just contacted apple iAd support and its is very clear now as to why I haven't been seeing ads the past few days. Some people stated in the comments that even once your app has been approved and is ready for sale, the iAd has...

Application is missing a default group leaderboard (ItunesConnect error)

ios,error-handling,itunesconnect,missing-data,leaderboard

Yi Yuans Answer is correct, unf. I am to noob to upvote it. That's exactly what Apple recommended to me in the same situation by pointing out the Game Center configuration manual. I thought they are mad, as I did set the default Leaderboard before, and was unable to make...

Auto app-resize for Iphone 6 Plus only (i.e. not Iphone 6)?

iphone,xcode,itunesconnect

Unfortunately, I'm afraid it can't be done. As long as you support iPhone 6 you have to support iPhone 6+. And you cannot tell the app to resize just for the 6+. I'm sorry, you'll have to work all night long. :) But with autolayout and size classes, it can...

Invalid IAP product identifiers

ios,in-app-purchase,itunesconnect

Make sure that your sales contracts are in effect. It kept returning the identifiers as invalid until I set that up.

Unable to upload new build on iTunes Connect

ios,itunesconnect,osx-yosemite,itunes-store,xcode-6.2

Finally my issue got resolved. Along with modifying the Build version and keeping the Bundle version as it is, we need to check for few build settings whether they are set properly. I was missing them and that is why I was not able to upload updated version of my...

App rejected for not performing as advertised (background locations)

ios,itunesconnect,appstore-approval

We cannot tell you why Apple may have rejected your app; we can only guess (at best). Apple's testers do not always see the same things that you see, as you've submitted an app for production, whereas you're testing it in a development environment. This is why it's important to...

Using Google analytics IDFA, Which Advertising Identifier option to choose at the time of submission to App Store?

ios,google-analytics,itunesconnect,itunes-store,idfa

As per Apple support Team - Section 3.3.12 of the Program License Agreement states that usage of the Advertising Identifier is limited only for advertising purposes. "You and Your Applications (and any third party with whom you have contracted to serve advertising) may use the Advertising Identifier, and any information...

iTunes unsubmitted app version number change

ios,itunesconnect

In iTunes Connect you should be able to change the store version number (this is under your app icon and app ID). This value can be different to what your build and version number are in Xcode, this is what your users will see. You should be able to edit...

Impossible to access My Apps in iTunes Connect

itunesconnect,ibooks

Apple doesn't allow you to use the same iTunes Connect account for both iBooks and the App Store. You'll need to create a new account to upload apps. From here: Do I need an Apple ID to offer my books on the iBooks Store? Yes, to use iTunes Connect, you...

Itunes Connect updated images - Clarify [closed]

ios,itunesconnect

While your app is waiting for review, you can change things like screenshots and the app description, and it shouldn't affect your position in line.