Create the custom configuration setting
You create the custom configuration setting for Apple push notifications in Oracle Service Cloud. The setting is read by the object event handler that triggers the push notification.
Before you begin
About this task
Procedure
-
The Configuration Settings editor appears, with the search window open.
-
Field Value Key CUSTOM_CFG_Accel_Mobile Type Interface Required Yes Default { "hosts":[ { "rnt_host":"https://your_site_interface", "server_timezone":"", "push_notification":{ "gcm":{ "senderId":"", "appKey":"" }, "apns":{ "isDev":false, "pemFile":"" }, "mcs":{ "username":"MCS_username", "password":"MCS_password", "basedURL":"https://MCS_URL", "mobileBackendId":"mobile_backend_ID", "basicAuthKey":"anonymous_key" } } } ] }where:
your_site_interface is the name of your site, for example, mysite.example.com
MCS_username and MCS_password are the credentials you used to log in to Oracle Mobile Cloud Service
MCS_URL is the Base URL from the previous procedure
mobile_backend_ID is the Mobile Backend ID from the previous procedure
anonymous_key is the Anonymous Key from the previous procedure
Maximum Length 300000