-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathmetadata.json
More file actions
22 lines (22 loc) · 848 Bytes
/
metadata.json
File metadata and controls
22 lines (22 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"version": "0.1.0",
"name": "greenlight",
"description": "Pre-submission compliance scanner for Apple App Store",
"organization": {
"name": "Revyl",
"url": "https://revyl.com"
},
"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/"
],
"keywords": [
"apple", "app-store", "review", "guidelines", "ios", "swift",
"react-native", "expo", "compliance", "rejection", "preflight"
]
}