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
2
votes
0 answers

Java validation of the AppleId authorization code

I have the AppleId authorization code implemented in Java. Mobile app gets the authorization code and forwards it to backend. The authorization code token looks like the…
OzrenTkalcecKrznaric
  • 5,535
  • 4
  • 34
  • 57
2
votes
1 answer

Apple ID Authentication in .net ASP.NET framework Unsupported Grant Type error

I'm writing a server application that handles Apple ID authorization from the iOS device. The server is written in C# .net ASP.NET framework. To authenticate I'm using this data: _config.ClientId =…
CHKAM
  • 53
  • 7
2
votes
1 answer

"Sign in with Apple" WebBridge implementation with Gigya Android Sdk

After implementing "Sign in with Apple" successfully for iOS & web, I tried the out-of-the-box Android implementation with Gigya Android SDK v4 (using the WebBridge implementation) It's working fine, but the flow has a very poor UX: when tapping the…
Amaury Liet
  • 10,196
  • 3
  • 18
  • 24
2
votes
1 answer

"Incomplete registration" error using "Sign in with Apple"

I am attempting to submit a new iOS app to Apple that uses "Sign in with Apple" to authenticate users. In all my local testing, this works perfectly. During Apple's review process, they ran into an error and provided this screenshot: Unfortunately,…
twiz
  • 9,041
  • 8
  • 52
  • 84
2
votes
0 answers

Apple Auth not working on Ruby on Rails Backend

I need to authentificate user with Apple Auth in mobile application. I got IdentityToken, User and AuthCode from api request from mobile app. I need to authentificate user and get its email. My class AppleId always returns: "invalid_client". Maybe i…
Mike Havit
  • 21
  • 2
2
votes
0 answers

Cannot add apple id to Visual Studio Mac

Yesterday everything worked. I have already made three flight test versions for beta testing. When I tried today debuging app with an iPhone I got 35 (failed to codesign) errors and Apple ID is now missing. XCode updated today but I have no idea…
RareBoy
  • 77
  • 2
  • 13
2
votes
2 answers

Can I turn off two-factor authentication for an account that is used only in build machine?

We want to disable two-factor authentication for iOS account that is used only by our build machine to compile, test, and upload build to Apple. Then we realize that it is not possible anymore according to the documentation: Can I turn off…
Yuchen
  • 30,852
  • 26
  • 164
  • 234
2
votes
0 answers

Check if device has an apple ID logged in/enabled

I am trying to detect if there is an Apple ID which is logged in a iOS device. Basically if user is 1. logged into iTunes or app store. 2. logged into iCloud. In general if there is a Apple id used in device. Is there a possible swift way to check?
user1696616
  • 119
  • 2
  • 9
2
votes
0 answers

"This email address is already linked to a provider. To continue, enter a different email address."

I tried adding new user in iTunes but it displays the error message as "This email address is already linked to a provider. To continue, enter a different email address." But this is happening for the particular ID. I have tried adding another ID…
Abhinaya A
  • 21
  • 2
2
votes
0 answers

Error Message: "The email address you entered already belongs to an existing Apple account". How to have an email re-available for Sandbox testers?

I accidentally added the tester email in the bad section in the iTunes Connect. There is two options: The one I choose by mistake is the User iTunes Connect, but I had to choose the Testers Sandbox. What I want now is simply to add the tester in…
ΩlostA
  • 2,501
  • 5
  • 27
  • 63
2
votes
0 answers

How to get the Apple ID of user who has downloaded my App from iTunes/App Store

When I am working on an app(call it myApp), a feature needs getting the Apple ID of user who has downloaded myApp from iTunes/App Store. After a lot of googling, in .ipa package I found "iTunesMetadata.plist" file which contains the AppleID. There…
Viton Zhang
  • 306
  • 2
  • 8
2
votes
1 answer

Can one have separate Apple ID passwords for consumer and developer services?

I have Apple ID email set in my iPhone/iPad and in the iOS Developer program (paid). I have an Apple ID that I currently use for both consumer services and an Apple Developer Program (paid). Can I have separate passwords for the consumer and…
Hidalgo
  • 941
  • 2
  • 14
  • 38
2
votes
3 answers

Building .dmg package requires Apple Developer ID

I am trying to build a .dmg package for my JavaFX application using Eclipse and e(fx)clipse, but it gives me the following error: Did not find a key matching 'Developer ID Application: ' BUILD FAILED /Users/xxx/git/xxx/xxx/build/build.xml:203:…
Jonatan Stenbacka
  • 1,824
  • 2
  • 23
  • 48
2
votes
1 answer

Check ownership of record in public CloudKit database

I've just began working with CloudKit and planning to store data in a public CloudKit database. One feature I need is to display information about who has created a record and also let that owner to modify or delete their own records. None of the…
Johan Nordberg
  • 3,621
  • 4
  • 33
  • 58
2
votes
5 answers

Failed to Make ipa file

When I try to achrvie the Xcode showing the message " Fetching list of teams from the Developer portal " . It always timed out. Can't fetch the team. I Accounts it Showing Apple Id not having any Development Teams. I have added the Apple Id
Vineesh TP
  • 7,755
  • 12
  • 66
  • 130