ahmetsina / iOS-AppStore-Reject-Cases

This repository includes rejection cases by the App Store.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reject-Cases

This repository includes rejection cases by the App Store.

1- DO NOT use App-Prefs or prefs:root as these are private API's like below

UIApplication.shared.open(URL(string:"App-Prefs:root=General")!, options: [:], completionHandler: nil) [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=General"]];

Otherwise, as mentioned this answer you might be get rejected.

About

This repository includes rejection cases by the App Store.