Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将 HealthKit 添加到我的应用程序中,我在苹果开发者页面上找到了所有有用的信息,但有些东西没有解释。
当我调用该方法时requestAuthorizationToShareTypes:readTypes:completion:,会出现一个模态表格视图,询问用户权限并且我想更改它。
requestAuthorizationToShareTypes:readTypes:completion:
有人有什么主意吗?
根据我对用户如何允许从您的 Healthkit 应用程序进行读/写访问的安全模型的理解,您将无法更改模态表视图。
从 API 中的讨论requestAuthorizationToShareTypes
requestAuthorizationToShareTypes
系统自动显示权限表,列出所有请求的权限。
https://developer.apple.com/library/ios/documentation/HealthKit/Reference/HKHealthStore_Class/#//apple_ref/occ/instm/HKHealthStore/requestAuthorizationToShareTypes:readTypes:completion: