I have transfered ios app to another developer account. Now, I have to update the same app. How to achive this in terms of certificate and provisional profiles and itunes dashboard actions.
The code, certificate, provisional profiles for my account is with me.
Please help.
Yes, it's possible. Go to iTunesConnect, click on the app you want to transfer and click on "transfer app".
The app will still be available on the app store during the transfer.
More information is available to go through the Apple Documentation link
https://help.apple.com/app-store-connect/#/deved688524f
Please click on below for more details
https://support.appmachine.com/hc/en-us/articles/360000012284-Transfer-your-app-to-another-iOS-Developer-Account
Related
I have admin role of an account and able to view the team in app store connect website but with the same account not able to view the same on developer.apple.com. Did't get what is going wrong here.
Update : Adding a user from developer.apple.com, redirect to the appstore connect. It means now there is no difference between developer.apple.com user and app store connect users.
Appstore connect team is different and Developer.apple.com access is different
you have admin role on Appstore Connect but not on developer.apple.com
ask owner of the account to give you access on developer.apple.com
hope it solve your issue
happy coding =)
Your client need to add you in Apple Developer
iTunes Connect only and only allows you to submit your apps to the App Store while Apple Developer allows you to create your certificates and provisioning profiles, sign your apps, and distribute development and ad-hoc builds.
Finally got reply from Apple support.
In my case, I have admin access but the team was being shown only in developer and not in appstore connect.
My solution was to select the team in Developer Account and from there you see a button to go to AppStore Connect.
After clicking the button teams were in sync.
I want to upload my app to App Store with out adding apple account in Xcode -> Preferences.
I have access to iTunes Connect and I don't have access to apple developer account but I have App Store p12 and provisional profiles.(as client has personnel apple account).
Please help me to solve this issue.
Thank you.
Unfortunately, you will need direct access to an Apple Developer account as you will need to add it in Xcode Preferences. This includes the Apple ID, password and device to recieve 2-Step Verification code. The p12 file and profiles will not allow you to upload your app from Xcode. Your developer account is required for creation of profiles and certificates that Apple requires.
Can you ask your client for access?
If you want to just upload binary to AppStore and you already have all distribution certificates and provision profiles, access to iTunes Connect would be enough.
If you explicitly don't want to login via Xcode -> Preferences and this is your main problem you can submit app using fastlane. However you will need to enter credentials for iTunes Connect at least one time.
I'm very confused by how Apple handles this. Here is my situation:
Im a solo IOS developer with a paid Apple Developer account. I can access iTunes connect and upload apps there, this works fine. I pick "manage signing automatically" in XCode using "IOS Developer" Code Signing identity.
So this works.
An organization Im working for invited me in iTunes connect. So I can create apps for them on them too. Now I have two things on my account there.
How can I upload an app for their account? I cant seem to transfer an existing app and I cant seem to sign it with an identity which matches their profile/account/whatever.
The process appears confusing but actually it isn't. Lets walk through it:
First you create an AppleID. You then use that AppleID to register for a Developer program. Registering to a developer program gives access to two types of accounts. Or rather say that you are provided with the access to two different portals for the same account. One is developer portal and other is iTunes Connect. For background work like registering an AppID, testing devices and managing certificates and profiles you use Developer Portal. For frontend work like creating an app to be published to the AppStore, uploading your build, distributing it for testing you use iTunes Connect portal.
Now if you are being invited by some other organisation in its developer program with the same AppleID, you have two accounts linked to the same AppleID. Now when you login to the developer portal you are logged in to the one account automatically and you can change to the other by selected from a dropdown at the top right. Once you have selected the organisation you then continue working same when you worked previously with a single account.
Here is the screenshot of my developer dashboard with multiple accounts:
Hope this clarifies.
The team agent can initiate the app transfer.
Steps:
My Apps
Select your app
Scroll to the Additional Information section
and click Transfer App, then click Done.
See more details on app transfer here
To sign an app you need provisioning profile and signing entity (.p12 file)
Or Apple Developer Account access from where you can generate certs and provisioning profile and download
After getting signing identity and provisioning profile from Apple Developer Account perform following steps
Archive App
Open Organiser (Xcode >> Window >> Organiser)
Select app and version you want to upload
Click Upload to App Store and follow instructions
I am developing an app from one developer account and it was going on for the last few months. But now the client want to distribute it to a few customers Off-Store. We have an enterprise account ready to use but my question is Should I do everything from the start again right from creating the App ID? Or any other way around?
I looked around internet for answers but I could find anything effective.
This one was quite related to my question but I was looking for Off-Store distribution only. I just want to know if its possible.
If the app is already configured in iTunes connect then you can transfer the app from one account to another account from iTunes Connect. Refer this and see if it helps your cause.
https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/TransferringAndDeletingApps.html
You can use developer provisioning profile for it.
Add UDID of device in developer provisioning profile.
Download and install developer provisioning profile.
After that build IPA by using this developer provisioning profile.
Upload the generated IPA to https://www.diawi.com and click send.
This will give you a link, from which you can download the app.
So you can share this link with anyone.
What should I do if I want to make and publish a new application for iphone/ipad, when I already have an iphone/ipad app that was was published through itunes connect? Do I need to create new app IDs and provisioning profiles?
sorry if my question just like the others, it's just that I was confused and wanted a detailed explanation.
Sorry my english bad.
Yes, you need a unique App ID for every app you publish, and the provisioning profile must use that app ID.
You should:
Code your app.
Make in Provisioning Portal App ID.
Create in Provisioning Portal distribution provisioning profile.
Download and install distribution provisioning profile to your Xcode.
Build and sign your app with your distribution provisioning profile.
Create app profile in iTunes Connect.
Upload to your app profile needed artwork and your app.
Wait for Apple review of your app.
Depending on review:
App review successful - Profit.
App review failed - modify your app and repeat steps 5, 7 and 8.