跳转应用设置页:
[[UIApplication sharedApplication] openURL:[NSURL
URLWithString:UIApplicationOpenSettingsURLString] options:@{}
completionHandler:^(BOOL success) {
NSLog(@"success:%@",success);
}];
详细的可以看这个大神的文章
跳转应用设置页:
[[UIApplication sharedApplication] openURL:[NSURL
URLWithString:UIApplicationOpenSettingsURLString] options:@{}
completionHandler:^(BOOL success) {
NSLog(@"success:%@",success);
}];
详细的可以看这个大神的文章