android - 客户经理集成 - Android 与 iOS

标签 android iphone ios accountmanager

我是 Android 开发人员,但我需要回答一些关于其他平台可能实现的功能的问题,我想知道 iOS 提供的功能与 http://developer.android.com/reference/android/accounts/AccountManager.html 相当.我找到了 https://developer.apple.com/library/ios/documentation/Accounts/Reference/ACAccountClassRef/Reference/Reference.html但我无法理解全部关闭的可能性。

问题:

  • 客户经理如何在 iOS 中使用?
  • 在 Android 中可以为服务共享 token ,iOS 是否具有相同的功能
  • 是否有集中式 API 或已解决 app-2-app?
  • 是否有任何与此相关的安全概念(限制对某些应用程序等的 token 访问)

很高兴收到简短而快速的回复! //乔纳斯

最佳答案

iOS 中没有 AccountManager 类型的功能。您需要为您的偏好添加和实现 Setting.bundle,就像类似的客户经理在 Android 中所做的那样。 请检查此链接:

LINK 1

LINK 2

Apple Doc for Setting.bundle

关于android - 客户经理集成 - Android 与 iOS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19024568/

相关文章:

android - 如何让 `scrollbar`出现在左侧?

Android Studio 如何修复无法创建类文件错误?

android - android 中的应用内结算问题

ios - 有什么方法可以知道用户是否向上或向下滚动表格 View ?在 Swift IOS 中

ios - 归档时 Swift 嵌入式框架构建失败

ios - 在没有 Mac 的情况下将 Ionic 应用程序提交到 Apple App Store

android - 如何更改 Spinner 的文本颜色

ios - 将 Xamarin 应用程序部署到 iOS 设备

iphone - CoreText 页面 View 示例 (CTPageViewer)

iphone - 在 iPhone SDK 4.0 中使用 MPMovieController 的问题