· 5 years ago · Jul 06, 2020, 09:32 AM
1SPLASH_SCREEN_BG_COLOR="#f8f8f8" #background color used when generating the splash screen
2SKU="<Appstore Connect SKU>" #sku used when generating a new app within appstore connect
3WHITE_LABEL_NAME="Colu QA" #The name of the app as appears under the icon
4CITY_NAME='QA' #The name of the city as appears throughout the app (Ex: Welcome to Miami Community)
5BASE_URL="https://api.com" #url used for making api requests
6SPLASH_SCREEN_BG_COLOR="#FFFFFF" #bg color of the splash screen
7SKU="COLU_QA" #used by appstore connect, must be unique
8COMMUNITY_ID="<unique_community_id>" #the community id
9BUNDLE_IDENTIFIER="com.colu.unique.bundle.id" #unique: identifies the app within the appstore/googleplay
10DEEPLINK_SCHEME="<deeplink_scheme>" #the deeplink URL prefix ex: myappscheme://
11FIREBASE_DEEPLINK_URL="<firebase_deeplink_url>" #for deeplinking
12ANDROID_GEO_API_KEY="<Google Maps Android API Key>" #used for google maps api calls on Android
13IOS_GEO_API_KEY="<Google Maps IOS API Key>" #google maps api calls on iOS
14MIXPANEL_PROJECT_TOKEN="<mixpanel_project_token>" #sending analytic events
15BUGSNAG_NOTIFIER_API_KEY="<bugsnag_api_key>" #reporting crashes to bugsnag
16CodePushDeploymentKey="<android_codepush_api_key>" #iOS code push deployment key
17CodePushDeploymentKey_iOS="<ios_codepush_api_key>" #Android code push deployment key