Skip to content

Commit a1c1ff7

Browse files
author
Jonathan Diehl
authored
Update setting-up-google-firebase-cloud-messaging-server.md
Added instructions for developerapp
1 parent 0ed891d commit a1c1ff7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

content/en/docs/refguide/mobile/using-mobile-capabilities/push-notifications/setting-up-google-firebase-cloud-messaging-server.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ For a native mobile app, your bundle ID will be what you specify for the **App i
6666
* For Android, open *android/app/build.gradle* and consult **applicationId** to find your ID
6767
* For iOS, open *ios/Config/config.xcconfig* and consult **BUNDLE_IDENTIFIER** to find your ID
6868

69+
{{% alert color="info" %}}
70+
If you also want to support a custom developer app, repeat above steps and append `.developerapp` to the IDs.
71+
{{% /alert %}}
72+
6973
Click **Deploy**, then **Mobile App**. Your ID is listed as **App Identifier**:
7074

7175
{{< figure src="/attachments/howto/mobile/native-mobile/implementation/notifications/setting-up-google-firebase-cloud-messaging-server/hybrid_app_identifier.png" width="350" >}}

0 commit comments

Comments
 (0)