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
1
vote
2 answers

Can't delete the old agent Apple ID from Xcode

I have a problem regarding to adding Apple ID to Xcode. So far I have been using an office Apple ID as my Xcode Apple ID. Now they invited me to join as a developer. so using my own Apple ID I can access the provisioning profiles and apps in old…
user2889249
  • 899
  • 2
  • 13
  • 22
1
vote
1 answer

Is it possible to call SKReceiptRefreshRequest from main()?

In the WWDC 2013 talk on processing app store receipts, it is suggested that for iOS apps, receipt validation code should be called as soon as possible. Even before application:didFinishLaunchingWithOptions: - i.e. in the main() function. I suppose…
Jason
  • 14,517
  • 25
  • 92
  • 153
0
votes
0 answers

Apple SSO Callback returns OAuth2::AccessToken.from_hash `hash` contained more than one 'token' key

I am trying to implement Apple SSO using the omniauth_apple gem in Ruby on Rails. In my devise.rb, i have the following config config.omniauth :apple, Rails.application.credentials.dig(Rails.env.to_sym, :apple_sso, :client_id), '', { scope:…
Kingsley Simon
  • 2,090
  • 5
  • 38
  • 84
0
votes
0 answers

Edit/Create Apple ID using Mobile number

As discussed in the link Use your mobile phone number as your Apple ID that you can use your mobile phone number as your user name in China mainland and India But After creating account when I did edit Apple ID to use Mobile number. Then It can't…
Giru Bhai
  • 14,370
  • 5
  • 46
  • 74
0
votes
0 answers

Is Sign-in with Apple ID required if I use an industry-specific third party for authentication?

I'm working on an app that serves a very specific industry niche. The app mostly uses its own authentication method to sign users in, but since there is a competitor with a very large user base and they offer authentication integrations, it is…
schonarth
  • 526
  • 6
  • 13
0
votes
0 answers

How to handle POST requests to a deep links in my app (made by other apps)?

I am trying to implement 'Sign in with Apple ID' in my Android app and I can't figure out how to make my app a target for POST request to my deep links (using https: scheme). I already use deep links in my app for both navigation and authentication…
0
votes
0 answers

How to get by "This Apple ID has not yet been used with the App Store." loop

So I just got an iMac, and I am trying to use the App Store. I downloaded an app, and then it says "This Apple ID has not yet been used with the App Store." So I click "Review" and enter my login info, but it shows me the same message and no matter…
0
votes
0 answers

Apple/Gmail ID with Company email

While giving accesses to internal teams on Apple and Google portals, I normally send an invite to organisations emails ID. This means the users create a gmail or Apple ID by using company email. What happens if these users leave the organisation? I…
Sagrian
  • 1,048
  • 2
  • 11
  • 29
0
votes
0 answers

PWA | When clicking to open appleid.apple.com, its redirects to the app store in iOS

I am facing a strange issue, this is related to Progressive Web Apps (PWA) apps on the iOS platform. So, when the user opens the link of the app in the Safari mobile browser and then clicks on https://appleid.apple.com then it's working fine but…
0
votes
1 answer

How use appleID signin in flutter?

I used sign_in_with_apple: ^4.3.0 package to appleID signin this is the latest version for the appleID signin I couldn't find any documentations how to use this version without package example code. referring that example I tried a code …
0
votes
0 answers

iOS app login email id and in-app purchases apple id conflict

I have built an app that runs on both Android and Apple phones. User sign up using an email id and on Android we are using Authorize.net payment gateway to buy subscription. On iPhone we are implementing in-app purchase. When user sign up on iPhone…
0
votes
0 answers

How to get identityToken from apple account?

I want to create "Sign in with apple" function and using for this drf-social-oauth2. Does anyone knows how to get identityToken from apple account for testing, for example google has OAuth2 playground? Should I create apple developer account?
0
votes
0 answers

Developed an app on my personal individual developer account, what is the best way to release it on a new organization account?

I've been developing a Swift app for a while now on my own individual developer account linked to my longstanding everyday AppleId - so the AppleId also has all my bought music, apps, appleTV and other content etc etc. As I have developed the app I…
0
votes
1 answer

Implementing AppleID login as a webview in a native app

Is is possible for a native iOS app to have AppleID signup implemented as a webview? Or will it result in rejection during the review process? If it is possible, have you come across such apps that are there in the AppStore? I found the information…
JasMac
  • 1
0
votes
1 answer

is it possible to create .mobileprovision file from free apple user id?

I am new to iOS app development. I need to create .mobile provision file and for this I need an apple user id. I have free user account . now is it possible to create a .mobileprovision file ?
Ashish
  • 207
  • 1
  • 3
  • 19