Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahmetsina/ios-appstore-reject-cases

This repository includes rejection cases by the App Store.
https://github.com/ahmetsina/ios-appstore-reject-cases

appstore appstoreconnect ios objective-c swift xcode

Last synced: 13 days ago
JSON representation

This repository includes rejection cases by the App Store.

Awesome Lists containing this project

README

        

# 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](https://stackoverflow.com/a/34024467/4711785) you might be get rejected.