-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmetadata.json
More file actions
26 lines (26 loc) · 1.11 KB
/
Copy pathmetadata.json
File metadata and controls
26 lines (26 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"version": "0.1.0",
"name": "storeready",
"description": "Pre-submission checkup for mobile apps on Google Play and Apple App Store",
"organization": {
"name": "MaTriXy",
"url": "https://github.com/MaTriXy"
},
"references": [
"https://developer.apple.com/app-store/review/guidelines/",
"https://developer.apple.com/design/human-interface-guidelines/",
"https://developer.apple.com/documentation/storekit",
"https://developer.apple.com/documentation/apptrackingtransparency",
"https://developer.apple.com/documentation/localauthentication",
"https://developer.apple.com/documentation/networkextension/nevpnmanager",
"https://developer.apple.com/help/app-store-connect/",
"https://developer.android.com/distribute/play-policies",
"https://developer.android.com/google/play/requirements/target-sdk",
"https://support.google.com/googleplay/android-developer/answer/16810878"
],
"keywords": [
"apple", "app-store", "review", "guidelines", "ios", "swift",
"react-native", "expo", "compliance", "rejection", "preflight",
"google-play", "android", "play-policy"
]
}