`
Mobile Accelerator for Oracle Service Cloud — November 2016
Top of Topic

Configure the mobile application for Android push notifications

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

  1. In Oracle JDeveloper, select Navigate > Go to File.

  2. In the Go to File window, enter maf-application.xml.

  3. Select maf-application.xml in the search results, then press Enter.

  4. Click the Preferences tab, then click Add > Insert After Text Preference > Text Preference.

  5. 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.

  6. In the Default field for GCM Sender ID, enter the project number, for example, 123456789012

  7. 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.