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.
Developers can never see your device ID and never your Apple ID. Thanks! I asked it because someone I know is an app developer and they asked me how I opened their app from the same device using multiple device IDs (I had reset the phone, and resetting gives you a new device ID).
Add your Apple ID account and assign the target to a team so Xcode can enable the Sign in with Apple capability with your provisioning profile. Choose a run destination from the scheme pop-up menu that you're signed into with an Apple ID and that uses Two-Factor Authentication.
No, it's not possible.
Instead of AppleId, you can use [[UIDevice currentDevice] identifierForVendor]
.
No, you can't. It's a privacy element like the UDID.
You can read more about this here : Privacy issue
But, if you want, you can use the identifierForVendor provided by Apple using this method :
[[UIDevice currentDevice] identifierForVendor]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With