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

sandbox / login alert showing up endlessly

I am trying to implement in-app-purchases in my app. For a while now, I keep on getting following alert (appears a good 60 times or so). ... ah SO just tells me, I may not post a picture because I'm below 10 reputation ... well, sorry, no…
Tobias Philipp
  • 93
  • 1
  • 13
2
votes
1 answer

How to retrieve AppleID of logged in user via CloudKit?

I figured out how to retrieve first / lastName of a logged in user. Is there a way to get the AppleID too?! var defaultContainer = CKContainer.defaultContainer() var publicDatabase = defaultContainer.publicCloudDatabase …
János
  • 32,867
  • 38
  • 193
  • 353
2
votes
1 answer

Add devices to a provisioning profile while Apple works on new developer center

Currently Apple is developing the new Developer Center, so I am not able to add new devices to my provisioning profile. Is there another way to add a device to my apple-id and a provisioning profile?
Philipp Schaller
  • 367
  • 1
  • 5
  • 12
1
vote
0 answers

AWS API Gateway fails to fetch Apple /.well-known/openid-configuration

I have a SAM template that defines the following API: MyApi: Type: AWS::Serverless::HttpApi Properties: FailOnWarnings: true # <--- it succeeds without this Auth: Authorizers: AppleSignIn: …
Travis
  • 2,961
  • 4
  • 22
  • 29
1
vote
0 answers

Use sandbox account as regular account(Apple). How to deal with itunes account creation not allowed app store error?

I created Apple Id account and initially used for testing purchases as a sandbox account. For now, I want this account to use as a regular account. So, I deleted it from the sandbox users list, logged into the device, but I cannot install any of…
Roman Soviak
  • 791
  • 2
  • 9
  • 30
1
vote
2 answers

Social login with AppleId or Facebook throws 401 error

Error object: { "code": "userCancelled", "message":…
Florin Dobre
  • 9,872
  • 3
  • 59
  • 93
1
vote
0 answers

AWS Cognito Revoke federation login

Our React native application is currently using AWS cognito (with amplify) to authenticate our users. This login allow user to use "Sign with Apple" (and also FB and Google) We recently get an alert from Apple that indicate that we must provide a…
FredPonch
  • 460
  • 4
  • 16
1
vote
1 answer

Obtaining user's email using Apple's IdentityToken

On my mobile app I use apple-id authorization. My implementation uses ASAuthorizationAppleIdProvider class and does not require additional proxy web-application, that sends request to Apple. All interaction is done on the mobile client. All things…
Rafael
  • 1,281
  • 2
  • 10
  • 35
1
vote
1 answer

Can't login with Apple Id - Keycloak

I am configuring Keycloak login with Apple Id I followed the steps according to these pages: https://developer.okta.com/blog/2019/06/04/what-the-heck-is-sign-in-with-apple and https://keycloak.discourse.group/t/sign-in-with-apple/119/4 But when I…
1
vote
1 answer

Visual Studio 2019 asking to acknowledge Apple's Apple ID and Privacy Statement

I have looked at other questions similar to this, but I can't find anything to resolve this. Windows 10 ProVisual Studio 2019 v. 16.7.6 I probably don't have the absolute latest version, because we don't like making any changes this close to a…
jsureke
  • 79
  • 9
1
vote
1 answer

Apple Id Signin Authorization in Simulators

I have my project running with xcode12, I am working on integrating apple id signin in my project. I dont have a real device with connect and debug as my device is with iOS14.2 which is not compatible with xcode12 and also i cannot run my project…
1
vote
1 answer

Beta test through Testflight to people without without apple ID account

I was wondering if it is possible to add testers without apple account through TestFlight. I mean with just a gmail or hotmail account, because just a few of my testers have apple ID. If not is there any way to do it? Thanks!
Sokina
  • 57
  • 2
  • 7
1
vote
1 answer

Should I need a paid Apple ID to build iOS .ipa from Expo?

I'm developing a Mobile Application using React Native and Expo. I built the .apk by running exp build:android . BTW, is it possible to build the .ipa by running exp build:ios ? I have an UNPAID Apple ID. I don't want to publish this in Apple Store.
Sennen Randika
  • 1,566
  • 3
  • 14
  • 34
1
vote
0 answers

Apple ID p8 key manipulation

Used lib: https://github.com/patrickbussmann/oauth2-apple Used class: \League\OAuth2\Client\Provider\Apple Development of Authentification via AppleID in mobile app (ios) Backend: 1c-bitrix (not that important). Used .p8 file from apple dev…
Anton
  • 59
  • 6
1
vote
0 answers

Apple Id User's Info

Apple's JS Sign in implementation (https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_js/incorporating_sign_in_with_apple_into_other_platforms) seems to be returning User's Information in the following format: { "name":…
Kunal
  • 125
  • 1
  • 5