Questions tagged [apple-id]

An Apple ID is the login you use for just about everything you do with Apple, including using iCloud to store your content, downloading apps from the App Store, and buying songs, movies, and TV shows from the iTunes Store.

An Apple ID is the login you use for just about everything you do with Apple, including using iCloud to store your content, downloading apps from the App Store, and buying songs, movies, and TV shows from the iTunes Store.

160 questions
74
votes
8 answers

How to update Xcode with a new Apple ID?

I've recently changed apple ID and I've downloaded xCode on mac with another apple ID. Not the mac store informs me there is a new version for xCode but I need to insert password of the older Apple ID, and I can't just use the new one. It seems the…
aneuryzm
  • 63,052
  • 100
  • 273
  • 488
52
votes
6 answers

How to create ipa in xcode 6 without Apple Developer account?

Need to generate .ipa file for Ad-Hoc distribution. Client has provided only certificates, private keys and provisioning profiles which were enough to create .ipa till Xcode 5. But in Xcode 6.1 when I export as Save For Ad Hoc Deployment it gives…
Khawar
  • 9,151
  • 9
  • 46
  • 67
34
votes
4 answers

Cannot change Apple ID into App Store

I use Mac OS: 10.9.2. When I update Xcode to 5.1.1 the App Store ask the apple ID. I had log out the current apple ID and login my account but it also ask pass word of the old apple ID(I can not click into the field Apple ID to change the name).…
lee
  • 7,955
  • 8
  • 44
  • 60
30
votes
2 answers

Disabling iCloud to Transfer App to Another Apple ID?

I am trying to transfer an app to another Apple ID. When I did this I received an error saying the app could not be transferred as the app had iCloud enabled. Since this was not intentional I tried to disable iCloud and submit an update to the app.…
GuybrushThreepwood
  • 5,598
  • 9
  • 55
  • 113
28
votes
3 answers

Refreshing iOS app receipt: How to determine if user will need to sign in for app store?

I am implemeting Apple's "Grand unified receipt" on iOS 7, which allows the app to check an app's purchase receipt locally without having to contact Apple's servers for validation & verification. This works great if the user has a receipt stored in…
Jason
  • 14,517
  • 25
  • 92
  • 153
23
votes
4 answers

My AppleID password is suddenly not being accepted for Xcode 7.1.1 or Application Loader 3

I originally upgraded to Xcode 7.1.1 without incident, but since the iTunes Connect portal upgrade yesterday (November 12th) I encountered problems doing TestFlight archives. I further encountered problems logging into Application Loader 3.1. This…
drshock
  • 2,096
  • 2
  • 15
  • 30
22
votes
2 answers

Cannot Add Apple ID to Xcode: Your session has expired. Please log in

I'm on OS X 10.11.6 with Xcode 7.3.1. When I attempt to add my Apple ID to Xcode (Xcode -> Preferences -> Accounts), it gives me the error message: Your session has expired. Please log in. Try signing in again or contact Apple Developer Support to…
ArtOfWarfare
  • 20,617
  • 19
  • 137
  • 193
22
votes
1 answer

iTunes Connect Error: "This email address is not available for use as an Apple ID."

When attempting to add a user to iTunes Connect, I get the following error: This email address is not available for use as an Apple ID. You may already have an Apple ID associated with this address. Please try again or sign in using your existing…
pkamb
  • 33,281
  • 23
  • 160
  • 191
20
votes
6 answers

Sign in with Apple (iOS App + Backend verification) API returns error "invalid_client"

I'm trying to implement Sign In with Apple with an iOS app and a backend. The goal is this: The User signs in on the iOS app After a positive response the app calls an endpoint on the backend and hands over the authorizationCode The backend now…
Lukas Würzburger
  • 6,543
  • 7
  • 41
  • 75
19
votes
6 answers

Xcode Error Retrieving Developer Info?

I am following this apple doc and trying to add provisioning profiles and signing identities for a new apple-id. The problem is that when I add a new apple-id in Xcode -> Settings -> Accounts I am getting "Error Fetching Developer Info". This is…
67cherries
  • 6,931
  • 7
  • 35
  • 51
17
votes
2 answers

I'm unable to use a Twilio phone number for Apple Two Factor authentication

I am trying to use a Twilio phone number for Apple's two factor authentication, but when I set up the phone number on Apple's site the initial verification SMS is never received by the Twilio number. I have confirmed that Apple is able to send the…
ryechus
  • 787
  • 7
  • 17
12
votes
1 answer

Sign in with Apple ASAuthorizationAppleIDCredential returns `nil` in email field for iOS

When user do first time login with 'Sign in with Apple', ASAuthorizationAppleIDCredential returns correct email address in 'email' field. But after signing out and doing login again with the same Apple ID, ASAuthorizationAppleIDCredential gives nil…
Mr.Javed Multani
  • 12,549
  • 4
  • 53
  • 52
12
votes
2 answers

Accounts disappearing in Xcode 9

I upgraded to Xcode 9.0 recently and for some reason my accounts doesn't get stored in the Accounts panel anymore. Xcode stores them if I close the program, but NOT when I restart the computer. I guess this is a bug and not a new feature, but are…
turingtested
  • 6,356
  • 7
  • 32
  • 47
10
votes
4 answers

Can the Apple Id be used by non Apple applications?

Both Google and Facebook can act as Identity Providers in a security federation setup like Ping Identity or Microsoft ACS. Does anyone know if it is possible to add Apple Id as an identity provider?
Frode Stenstrøm
  • 1,048
  • 7
  • 24
9
votes
2 answers

New Apple ID Sign In invalid grant issue

So far I followed this post and it helped me so much, however, I now get a "invalid_grant". Following : https://developer.apple.com/documentation/signinwithapplerestapi/errorresponse I understand that I have an issue either because of the…
Emixam23
  • 3,854
  • 8
  • 50
  • 107
1
2 3
10 11