You add the project number to the mobile application in
Oracle JDeveloper so that it can receive push notifications.
Before you begin
You use the project number from
to configure the mobile application.
Procedure
-
In Oracle JDeveloper, select .
-
In the Go to File window, enter maf-application.xml.
-
Select maf-application.xml in the
search results, then press Enter.
-
Click the Preferences tab, then
click .
-
In the Insert Text Preference window,
enter the following, then click OK:
| Field |
Description |
| Id |
gcm_senderId |
| Label |
GCM Sender ID |
The GCM Sender ID text preference appears under Preferences.
-
In the Default field for GCM Sender
ID, enter the project number, for example, 123456789012
-
Save the maf-application.xml file.
Results
You can now deploy the application as described in
.
What to do next
Next you create an event handler for the push notification.