Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Account manager integration - Android vs iOS

I am Android developer, but I need to answer to some questions regarding what is possible with other platforms and I wonder what iOS offers that is comparable to http://developer.android.com/reference/android/accounts/AccountManager.html. I found https://developer.apple.com/library/ios/documentation/Accounts/Reference/ACAccountClassRef/Reference/Reference.html but I can not understand the full range off possibilities.

Questions:

  • How Account Manager used in iOS??
  • In Android it is possible to share tokens for a service, does iOS have the same feature
  • Is there a centralized API or is this solved app-2-app?
  • Are there any security concepts available connected to this (restrict access to tokens to certain apps and so on)

Happy for short and quick responses! // Jonas

like image 397
user331244 Avatar asked Oct 15 '25 08:10

user331244


1 Answers

There is not AccountManager type feature available in iOS. Yo need to add and implement Setting.bundle for your preferences as similar account manager will do in Android. Please check this links:

LINK 1

LINK 2

Apple Doc for Setting.bundle

like image 167
Satish Azad Avatar answered Oct 16 '25 23:10

Satish Azad



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!