iOS审核被拒整理

2018-07-09  本文已影响3人  张大普奔

2018-07-09

Guideline 2.5.1 - Performance - Software Requirements

Your app uses the "prefs:root=" non-public URL scheme, which is a private entity.
The use of non-public APIs is not permitted on the App Store because it can lead to a poor user experience should these APIs change.

解决方法:
搜索"prefs:root=" 把使用了这个关键字的代码改成
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]];
上一篇 下一篇

猜你喜欢

热点阅读