the issue in Xcode 11.1 that the distribute with Xcode always fail
and i don't have option to uploaded with the application loader.
i try to use the Transporter app for distribute but the app crash and in the debug its work.
AdamId is your app id. It being invalid means you might be logged in with the wrong account / team, or, more likely, might not have the permissions to upload the binary.
i fix the issue, the issue for me was that i use the older account of apple connect and the older account is older a lot of apps i just set other apple account as admin of all the apps in the users & access and login with this account inside the Xcode preference..
Related
Is it possible to upload an app on App Store without owning an Apple gadget? I have created an Apple ID but I do not think this is enough because I am required to do two-factor authentication.
No, It's not possible that you can upload an Application/Game without XCode. And XCode will only be available in macOS.
It's necessary that your Apple ID also has been enrolled for the developer account. You can visit here for that: https://developer.apple.com/programs/enroll/
And that Apple ID requires two-factor authentication as well from any IOS or OSX Device.
Then after the certificates have been created for the particular application.
These certificates will gone be used from XCode to upload the Application/Game.
Of course in new XCode certificates are also been created dynamically & automatically.
Best of Luck!
After being a enrolled developer you steel need to build app on Mac to submit to AppStore. In case you do not or can not have a Mac you may use cloud service (like MacInCloud, MacStadium, ... ) that enable to use a virtual Mac to build an upload app to AppStore. You then can use the xCode simulator to test your app but it will always be better to have at least one real device to test as some functionalities either are not available in simulator or does not work exactly the same.
I've faced an issues in installing my App on the iPad via the Xcode software without uploading it on the Apple Store. I've noticed that after a couple of days the App stops working and doesn't open and displays a message ("App Name" is no longer Available).
What can be the solution to this problem please? The application is personal as I wish not to upload it on the Apple store.
Regards,
Apps installed via xcode are only temporary, I dont know the official lifetime of the app but they aren't production apps.
If you want to keep an app private you need to purchase an enterprise licence and then you can release an app onto the app store privately and you just grant access to the people you want to have access.
See Apple Developer Enterprise for more information.
If you didn't have a paid Apple account membership (~ 99 $) and used the free provisioning by using XCode deploy directly into your Apple device, then:
The free provisioning profiles are only valid for one week.
I'm trying to submit an app to the app store, the app was developed on my personal Apple ID and is being submitted on behalf of a third party (for which my Apple ID is an admin). I am getting an error stating that no iTunes Connect account can be found even though I have Admin/Legal rights.
What am I doing wrong? The app is being signed with their provisioning profile, etc
The Apple ID which you are using to upload the app; that Apple ID must be connected to both the portals (iTunesConnect and Developer) with the minimum roles given below:-
Developer: Admin
iTunesConnect: Admin/App manager/Developer
Upload your app using application loader. I had the same problem and its working for me.
How to upload App using application loader
I had the same issue. My roles were correct on both Developer and iTunesConnect.
For me the solution was to remove my Apple-ID in Xcode, close and reopen Xcode and add the Apple-ID again. Afterwards I was able to upload via Archive Organizer.
In Xcode 9.3 I'm finding that if I submit two apps back-to-back I see this issue with the second app. Closing and restarting Xcode fixes it.
Check your Apple Developer Program Membership has not expired.
I just moved from distributing beta versions of my iOS app through testflightapp.com to the TestFlight service baked into iTunes Connect.
Some external testers (not tried internal) are having no problem, some are getting this message when they click the invite email link:
The user has:
Fully updated the iPad. (Version 8.1.2)
Fully updated Testflight app from the app store. (Version 8.1.2)
The email address I'm inviting is different from the Apple Id but I thought this was not a problem.
Make sure you do not reuse same email for a different device. I was getting this error trying to reuse invitation on another ipad after installing it on another ipad. Once I registered new user with another email, I was able to proceed.
You can ask the admin of an iTunesConnect to remove and add to the list of beta testers, so you will receive a new invitation and it will work.
I experienced this too. In my case it helps to disable the build and then re-enabled it again.
Cheers
/Edward.
Found this by Lefteris - worked for my me:
Make sure that you are logged in with the correct iTunes account on
the device, as it will not show the app if you are using a different
iTunes account from the one specified in the iTunes Connect private
beta
Link
When i am trying to put the iPad HD app to iTunes for testing in iPad device i got an alert like this "You do not have enough access privilege for this operation ".How to resolve this issue?Please help me.
See this link. May be this is the reason why you are not able to upload your app.
Some intruder have tried to access apple developers account information. That's why apple developers' site is down for maintenance. Just wait until they are finished up with maintenance.
Most probably is due to the downtime of Apple developers site. XCode try to add the device to the portal but it can't. Ate the moment there is no solution until apple reactivate their servers.
The same error you are experiencing seems to happen to all the people trying to add their device to the portal through xcode.
Is that iPad already listed in developer portal?
This issue is related to folder permissions. iTunes stores apps to this folder on your Mac
/Users/<username>/Music/iTunes/iTunes Media/Mobile Applications/
If you do not have write permission you will not be able to add .ipa/.app files to iTunes to install on your device. Refer these links MacOSX and Windows to resolve issues related to permissions.
Alternatively, if you are using Mac, connect device to XCode and install the .ipa file from the XCode->Organiser on your device(s).
Hope that helps.