Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ahmetsina/ios-appstore-reject-cases
- Owner: ahmetsina
- Created: 2019-11-04T09:57:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-05T20:56:29.000Z (about 5 years ago)
- Last Synced: 2024-11-09T08:51:46.024Z (2 months ago)
- Topics: appstore, appstoreconnect, ios, objective-c, swift, xcode
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.