Unique way of identifing an iphone [duplicate] - ios

This question already has answers here:
Unique Identification of iOS device for iOS 7.0 and above
(6 answers)
Closed 4 years ago.
I'm working on an app that has a code authentication, in order to do that I have to know what device has activated the code. Is there a unique ID or something like that, that does not change even if the app gets reinstalled?

You can use the identifierforvendor for this
UIDevice.current.identifierForVendor!.uuidString

Related

is it possible to get info about another apps on iphone [duplicate]

This question already has answers here:
How can I check programmatically that list of applications are installed or not in iPhone
(2 answers)
Closed 4 years ago.
I'm doing an iOS app and I want to get some data about my users.
Is it possible to get information about another apps on user's phone? At list name of all apps on iphone, or last launching time?
Answered here: Check for installed apps on iOS 9 and 10
HackingwithSwift.com also has a good article on this: How to check whether your other apps are installed
The HWS video on this warns that "you may have to provide an explanation to the review team if you query too many apps or apps that aren't yours"

How I can change the provider name of an app in the apple store? [duplicate]

This question already has answers here:
Changing or Removing Developer Name in App Store
(6 answers)
Closed 8 years ago.
How I can change the provider name of an app in the apple store?
If you want to change the Seller name then -
On the current Contact page, the Contracts and Legal category includes Request Name/Address update. Try that.
For more info - See this

How to change the category of an iOS App in the App Store [duplicate]

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
How to change the primary category of the iPhone app after submission?
How do I go about doing this now that Apple has made it a pain in the neck? Is it still possible to do it with an update?
This isn't a programming question, but I can confirm that yes, the Category is editable when submitting a new version of your app. So you can change it with an update.

Is it possible to get iphone's phone number programmatically in 2011? [duplicate]

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Programmatically get own phone number in iPhone OS
Is it still impossible to get user's phonenumber in iOS and have your app accepted to appStore like they say in this thread: Programmatically get own phone number in iOS ?
I hope that something's changed since then.
What are the good alternatives?
No is not possible to get phone number by code.
but you can always ask the user their phone number using a model window..
Still not possible. For good reasons.

Mobile provider area code [duplicate]

This question already has answers here:
How to get own mobile number from the iOS Device programmatically? [duplicate]
(3 answers)
Programmatically get own phone number in iOS
(9 answers)
Closed 5 years ago.
I am currently working on an app that sends SMS. I should be aware what mobile provider's SIM card is inserted in the device, because this determines the SMS's destination phone number. I was about to check the number saved as "own number", which includes the (mobile provider's) area code at a given location, exactly what I need. However, now I see that beginning with iOS 4, there is no possibility to obtain the own number. Can you help me how to get it?

Resources