diff --git a/android/fastlane/Appfile b/android/fastlane/Appfile index 32b85836b25..daee08dadd2 100644 --- a/android/fastlane/Appfile +++ b/android/fastlane/Appfile @@ -1,2 +1,2 @@ json_key_file("service_account.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one -package_name("chat.rocket.reactnative") +package_name("chat.rocket.android") diff --git a/android/gradle.properties b/android/gradle.properties index 1ddb9abde0f..10c0243a7bf 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -35,7 +35,7 @@ reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64 newArchEnabled=true # Application ID -APPLICATION_ID=chat.rocket.reactnative +APPLICATION_ID=chat.rocket.android # App properties VERSIONCODE=999999999 diff --git a/ios/GoogleService-Info.plist b/ios/GoogleService-Info.plist index 8560c91e6e1..70d5ffbb876 100644 --- a/ios/GoogleService-Info.plist +++ b/ios/GoogleService-Info.plist @@ -3,9 +3,9 @@ CLIENT_ID - 115198584049-0efgfvm0oh9ap55g7epmqnjm27mq3j4e.apps.googleusercontent.com + 115198584049-rprp4acma9j5fmf97vfv6f8nqb6bc9eq.apps.googleusercontent.com REVERSED_CLIENT_ID - com.googleusercontent.apps.115198584049-0efgfvm0oh9ap55g7epmqnjm27mq3j4e + com.googleusercontent.apps.115198584049-rprp4acma9j5fmf97vfv6f8nqb6bc9eq API_KEY AIzaSyDEMLMz0En0vwFBlLSQkQ9oyhmCMPcpZxc GCM_SENDER_ID @@ -13,11 +13,11 @@ PLIST_VERSION 1 BUNDLE_ID - chat.rocket.reactnative + chat.rocket.ios PROJECT_ID rocketchat-reactnative-test STORAGE_BUCKET - rocketchat-reactnative-test.appspot.com + rocketchat-reactnative-test.firebasestorage.app IS_ADS_ENABLED IS_ANALYTICS_ENABLED @@ -29,7 +29,7 @@ IS_SIGNIN_ENABLED GOOGLE_APP_ID - 1:115198584049:ios:8be27b1f7c42a2ed + 1:115198584049:ios:20f4a0bee53e7b4a9ab550 DATABASE_URL https://rocketchat-reactnative-test.firebaseio.com diff --git a/ios/fastlane/Appfile b/ios/fastlane/Appfile index 8623a4092ce..b00f450aef6 100644 --- a/ios/fastlane/Appfile +++ b/ios/fastlane/Appfile @@ -1,4 +1,4 @@ -app_identifier "chat.rocket.reactnative" # The bundle identifier of your app +app_identifier "chat.rocket.ios" # The bundle identifier of your app apple_id "diegolmello@gmail.com" # Your Apple email address team_id "S6UPZG7ZR3" # Developer Portal Team ID diff --git a/push.apns b/push.apns index dbd3382354a..05e7dbfd774 100644 --- a/push.apns +++ b/push.apns @@ -1,5 +1,5 @@ { - "Simulator Target Bundle": "chat.rocket.reactnative", + "Simulator Target Bundle": "chat.rocket.ios", "aps": { "alert": { "title": "Hey!",