Skip to content

Commit c71170b

Browse files
authored
Merge pull request mendix#6506 from jdiehl/patch-13
Update setting-up-google-firebase-cloud-messaging-server.md
2 parents 234c754 + 2b4f105 commit c71170b

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](/refguide/mobile/distributing-mobile-apps/building-native-apps/how-to-devapps/), repeat above the 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)