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

How to get iOS App Subscription for Federated Apple IDs

We are unable to purchase the app through the AppStore, due to my company using federated Apple IDs. #1. Federated Apple IDs cannot be used for subscriptions – is there a way to purchase this subscription? #2. Is it possible, an admin to purchase…
0
votes
1 answer

How to logout from appleId on expo build

I am trying to build an app using expo build:ios but it is always using the appleId from another project. That's not what I want. I don't know how to chance the appleId. Thank you!
JcbPrn
  • 35
  • 6
0
votes
1 answer

Xamarin log in to Apple account gets incorrect authorization

When I add my Apple account to xamarin, it seems to add correctly, but it shows ma as a user with “agent” authority not “admin” which is what I have. Then it says I have no permission to download certificates and profiles. I am a single person…
0
votes
1 answer

Xcode Signing & Capabilities "Team" Isn't Retaining Value

I am trying to run an app on my iPhone and am running into an error: Signing for "MyAppName" requires a development team. So I set my development team by setting my Signing & Capabilities to "Automatically manage signing" to true. I also go to my…
Olivia
  • 1,843
  • 3
  • 27
  • 48
0
votes
0 answers

visual studio for mac provisioning profiles error

I am using macbook pro. I have xcode installed on my computer. My goal is to develop applications for iOS. For this, I want to develop an application with xamarin framework in visual studio for mac instead of xcode. when i test my app with similator…
0
votes
1 answer

Determine if a user has family sharing enabled

Is there a way to determine if a user has family sharing enabled or an Apple-ID set on their device? I don't need to know details about the apple-id, just to now if I need to guide the user towards setting it up.
Christian 'fuzi' Orgler
  • 1,682
  • 8
  • 27
  • 51
0
votes
0 answers

Unable to add Apple ID in VS2017 and VS2019 Xamarin project

I'm having a hard time trying to deploy my first Xamarin.Forms app to an iPhone. This is the scenario: -coding on Visual Studio for Windows (VS2017 Community 15.9.24 and VS2019 Community 16.8.5); -VS running on Windows 7 -MacBookPro on the same…
0
votes
0 answers

Testflight - Adding app to Account/Device A removes app from Account/Deivce B

I use two iOS devices for testing: An iPhone XS that is signed into iCloud/TestFlight with Apple account X An iPhone 5S that is signed into iCloud/TestFlight with Apple account Y But for some unknown reason I've found it impossible to have a…
Oliver Pearmain
  • 19,885
  • 13
  • 86
  • 90
0
votes
0 answers

Can't add an apple account to the visual studio 2017

I have an apple account, I'm trying to add an apple account to visual studio, but get an error "There was an error while trying to log in: Could not connect to the server". my steps: Tools -> Options -> Xamarin -> Apple Accounts -> add -> [insert…
st0533
  • 1
  • 1
0
votes
1 answer

How to reset Apple ID privacy question and answer?

I has an Apple ID for publishing app to TestFlight, it has no iPhone, no two-factor authentications. And I forget the privacy question and answers. When I choose that I forget the answers, and want to reset the questions and answers, then Apple page…
AechoLiu
  • 17,522
  • 9
  • 100
  • 118
0
votes
1 answer

How to catch Sign in with Apple response with browser when iOS signed in with AppleID?

I made login page with "Sign in with Apple" button previously, however its behaviour seems strange and now I'm finding for any solution. Browser in computer "Sign in with Apple" jumps to Apple's authentication page. Browser in iOS (not…
0
votes
2 answers

Sign with Apple JS issue

I'm having one issue with sign in with Apple. The pop up gets closed after the successful login but in response I get {"isTrusted": false} Wondering what I'm missing I have already added the sub domain and domain details in the redirect URL and my…
0
votes
1 answer

Apple Sign In - retrieve name and email

From the documentation I could find out that only upon first login into my app, the users name and email will be returned with the credential. So i go ahead and save these to my backend. Now if the user decides to delete his account, I delete all…
0
votes
2 answers

How to refresh the tokens in Apple

Scenario : User should not be logged out once tokens expired . Apple sign up steps : Successfully validated the authorization code and got a successful response { "access_token" : "",,"refresh_token" : "",expires_in: ""} Successfully validated the…
ckaur
  • 1
  • 1
0
votes
1 answer

How do I see data in CloudKit container for Apple ID account other than developer account?

I am working on an Xcode project for an iOS app that uses CloudKit. I am able to see the data in the CloudKit container in CloudKit Dashboard when I am logged in to the developer account that Xcode is logged into. When I log into CloudKit Dashboard…
daniel
  • 1,446
  • 3
  • 29
  • 65