apple-id

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

南楼画角 提交于 2020-02-01 03:52:25
问题 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 needs to verify the authorizationCode with another call to apple's server. Here I'm confused. In order to make this call, the backend needs to provide a bunch of parameters: URL https://appleid.apple.com/auth/token Query Parameters client_id = com

Accounts disappearing in Xcode 9

喜欢而已 提交于 2020-01-02 01:16:09
问题 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 there any hacks or settings that I could change to prevent my accounts from disappearing (except from never turn off the computer that is)? 回答1: For the ones who may concern I've experienced a quite similar bug. In my case, some accounts disappeared

Xcode 8.1 says 'try signing in again or contact apple support to resolve account access issue' what should I do? [duplicate]

不问归期 提交于 2019-12-25 09:18:41
问题 This question already has answers here : Your session has expired. Please log in, Xcode 8.2 giving this error while adding account (4 answers) Closed 3 years ago . I'm using a macbook pro, OS X El Capitan Version 10.11.6 Every time I try to add my apple id into it It says 'try signing in again or contact apple developer support to resolve the account access issue' but same id successfully login on web. Most important my other ids working perfect in Xcode What I've already done Remove all

iOS - Logout from Apple Store / Restore Device Programmatically

一曲冷凌霜 提交于 2019-12-25 08:36:45
问题 I'm automating test cases to run in several devices in parallel. I'm using Appium for this and this works fine. My issue is that I have some test cases that need the device to be logged into specific Apple Store accounts. Also, it is possible that the device might already be logged into another account and I don't have the option to logout manually. My test cases to log into an account if the device has no account attached to it already run well (inside my app I try to do an action that

Xcode preferences -> accounts not saved

女生的网名这么多〃 提交于 2019-12-23 22:10:08
问题 Generally in Xcode we can save different apple accounts in preferences. It was working before in previously all versions. Last week I have updated Xcode and installed Xcode version 10.0 And then I have added 3-4 Apple IDs : Xcode -> Preferences -> Accounts But next day when I open Xcode , all accounts are gone. I have tried many times, but same thing happened everytime next day I found blank in Xcode -> Preferences -> Accounts Seems that Xcode 10 can't keep apple accounts saved in preferences

How to retrieve AppleID of logged in user via CloudKit?

北城以北 提交于 2019-12-12 20:27:17
问题 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 defaultContainer.discoverUserInfoWithUserRecordID(recordID, {userInfo, error in println("firstName: \(userInfo.firstName?) lastName: \(userInfo.lastName?)") }) 回答1: You cannot retrieve the current user's email address - you're going to have to ask for it outside of CloudKit.

Xcode Error Retrieving Developer Info?

ぐ巨炮叔叔 提交于 2019-12-12 09:29:20
问题 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 about all I have found searching around on google. I've restarted Xcode multiple times to no avail. Has anyone encountered this error? How do I fix this issue? 回答1: This is what worked for me. XCode > Preferences > Accounts Retype password, then click

Unable to Login to Apple ID through Xcode Preferences

大憨熊 提交于 2019-12-11 07:31:36
问题 in Xcode Preferences. I am getting following Error. I have other Apple ID where I can login. I have attached screen shot along with it. Please let me know why I am getting such error.Following is error I am getting 回答1: Execute the following commands in Terminal: sudo mkdir -p /Users/Shared sudo chown root:wheel /Users/Shared sudo chmod -R 1777 /Users/Shared 来源: https://stackoverflow.com/questions/42826239/unable-to-login-to-apple-id-through-xcode-preferences

Xcode cannot sign in with Apple ID

懵懂的女人 提交于 2019-12-10 18:46:52
问题 Recently I wanted to archive my App with Xcode, then Xcode said that I must input my Apple ID and password again. Perhaps my login information was lost. I tried again, but it always failed. If I input a wrong password, I get a correct response: It said my Apple ID or password is incorrect. That can prove my network environment is okay. However, if input the right credentials, it would respond nothing but only show busy: I have tried a VPN to solve this problem but nothing works. Who can help

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

狂风中的少年 提交于 2019-12-08 14:30:27
问题 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 resolve account access issues. My Apple ID account works fine for all other Apple services. I can access iCloud, the Mac App Store, the iTunes store, appleid.apple.com , developer.apple.com , etc... the only thing that's having issues with my