iOS系統(tǒng)權(quán)限管理主要有以下權(quán)限:
網(wǎng)絡(luò)、相冊、推送、相機(jī)以及麥克風(fēng)、通訊錄、定位;
http://www.itdecent.cn/p/2d3ef8b72986
獲取后臺應(yīng)用刷新權(quán)限:
[UIApplication sharedApplication].backgroundRefreshStatus
有三種狀態(tài):
typedef NS_ENUM(NSInteger, UIBackgroundRefreshStatus) {
UIBackgroundRefreshStatusRestricted,
UIBackgroundRefreshStatusDenied,
UIBackgroundRefreshStatusAvailable
} API_AVAILABLE(ios(7.0), tvos(11.0));