You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _config.yml
+25-16Lines changed: 25 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ ios_app_id : 618783545
5
5
6
6
appstore_link : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
7
7
playstore_link : # Enter Google Play Store URL.
8
+
presskit_download_link : # Enter a link to downloadable file or (e.g. public dropbox link to a .zip file). Or upload your press kit file to assets and set path accordingly (e.g. "assets/your_press_kit.zip").
8
9
9
10
app_name : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
10
11
app_price : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
your_city : Copenhagen # Tell people where you're from.
21
22
22
23
# Icon, screenshot and header image
23
-
app_icon : #../assets/appicon-1024px.png # Automatically populates if not set and if iOS app ID is set. Otherwise enter path to icon file manually.
24
-
app_video : # ../assets/video.mp4 # Uncomment and replace with path to app preview video. Optimal resolutions: 1242x2688 or 1125x2436.
24
+
app_icon : # assets/appicon.png # Automatically populates if not set and if iOS app ID is set. Otherwise enter path to icon file manually.
25
+
app_video : assets/yourvideo.mov # Uncomment and replace with path to app preview video. Optimal resolutions: 1242x2688 or 1125x2436.
25
26
app_screenshot : assets/yourscreenshot.png # Replace with alternateive image path. Does not automatically populate since Apple does not provide iPhone X/XS/XR screenshots in their iTunes lookup API.
26
27
header_image : assets/headerimage.png # Replace with alternative image path.
27
28
device_color : black # Set to blue, black, yellow, coral or white
0 commit comments