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
9
votes
1 answer

Disable restore IAP when same Apple account but different user account in application

In my app I have items to show just for users that are pays for subscription. User can log to app by e-mail and password and can logout and on same device can log different user. My problem is that Apple Id in phone is still same. So when different…
Libor Zapletal
  • 13,752
  • 20
  • 95
  • 182
7
votes
2 answers

React Native - is there a library for sign in with Apple ID?

Looking for a react-native library to login with AppleID
7
votes
3 answers

Apple developer account teams not showing up on VS Mac

When I log in my apple id account on Visual Studio Mac Community 2017, teams doesn't show up. Do I have to have a paid apple developer account to use this? There are no team displayed, and the button "View Details..." doesn't do anything. Also, the…
7
votes
7 answers

user's AppleId programmatically in iphone

is this possible to get the user's apple id which is currently login to device? Actually I implemented inapp purchases and I get a device id and Apple id of the user when it purchase the app.
zohaibkhan
  • 227
  • 1
  • 2
  • 12
6
votes
0 answers

Django social with apple oauth sends final redirect without cookies

We are trying to get apple oauth working for a web app with a django backend using django-social. The initial login request sets a sessionid cookie but the final auth/complete request doesn't send any of the browser's cookies. No errors in the…
6
votes
2 answers

In Xcode, how can I register a device to test on it, without having a paid Apple Developer account?

I am trying to test an app in a real device, using XCode 9. In Xcode > General > "Automatically manage signing" I get this error: Failed to create provisioning profile. There are no devices registered in your account on the developer website. Plug…
Marcelo Glasberg
  • 29,013
  • 23
  • 109
  • 133
6
votes
4 answers

Can not sign in - The maximum number of free accounts have been activated on this iPhone

I have faced this problem in my iPhone - "The maximum number of free accounts have been activated on this iPhone". For solving this problem I erase all content and settings of my iPhone and set it as a fresh new iPhone. Still facing the same…
Chandni
  • 692
  • 1
  • 10
  • 25
6
votes
1 answer

In Xcode account preferences how can I refresh the teams connected to my Apple ID?

I have an AppleID connected to multiple Apple Developer teams. I was added to a new team which works correctly, i.e. I can switch to it on the developer website. However in Xcode account preferences I can not find a way to update the list of teams I…
Jan Misker
  • 2,129
  • 16
  • 26
6
votes
3 answers

Testflight iOS8 - Non Apple ID Account

I've just installed the latest testflight app on my personal iphone 6. We've got a company testflight user logins which are completely separate from our personal accounts. However when I launch the testflight app it wants to use my Apple ID - which…
owenmelbz
  • 6,180
  • 16
  • 63
  • 113
5
votes
2 answers

ICLOUD_UNSUPPORTED_DEVICE when installing macOS Big Sur in VMware

When I try to install macOS in VMware Workstation I get a popup error when I try to login with my Apple ID: ICLOUD_UNSUPPORTED_DEVICE That's all it says. How do I make my VM appear as an iCloud supported device?
Tom Hale
  • 40,825
  • 36
  • 187
  • 242
5
votes
2 answers

How To validate Jwt Token for Apple Login (Backend validation). How to generate RSA Public key from modulus and exponent (n,e) in Java

I'm looking for a way to validate apple's login token. The validation must be done on backend side so i'm sure that i can add a new account safely. Onother issue is that i need to convert the key https://appleid.apple.com/auth/keys in xml format to…
palex01
  • 361
  • 5
  • 6
5
votes
1 answer

No developer team error when building for iOS

I'm building an app with Expo for iOS with expo build:ios but I am getting this error message: Trying to authenticate with Apple Developer Portal... Authenticated with Apple Developer Portal successfully! Authentication with Apple Developer Portal…
acroscene
  • 845
  • 4
  • 16
  • 45
5
votes
3 answers

iOS In app purchase sandbox user asking for verification

I created a test user for the irish store Signed out of my personal account Launched the application and tried to make the purchase I get the "Apple ID Verification" prompt Asks me to set a new password Please help
Owen McGirr
  • 239
  • 2
  • 7
5
votes
1 answer

How to use different Apple IDs for app developing and for personal life?

I'm trying to understand the mechanism behind Apple dev-center. I'd like to keep my personal ID separated from the professional one as Apple developer. They bound an Apple ID to the user in a Macbook so if I want to make an app with xcode I must…
user3290180
  • 4,260
  • 9
  • 42
  • 77
4
votes
4 answers

Is "Sign in with Apple" compulsory as iOS 13 is released

As per the AppStore review guidelines, now apps which are offering sign in with other social services also need the option of apple sign in. 4.8 Sign in with Apple Apps that exclusively use a third-party or social login service (such as Facebook…
prasad
  • 1,976
  • 2
  • 28
  • 51
1
2
3
10 11