(Optional) Update application settings (client and the SAP Mobile Platform Server) using OData SDK.
(Optional) Download customization resource bundles as defined in SAP Mobile Platform Server using the following example code:
//use the clientConnection object initialized in the “Initializing An Application -> Creating and Initializing the Client Connection” section. AppSettings appSettings = new AppSettings(clientConnection); byte[] customizationResourceBundle = appSettings.getCustomizationResourceBundle("<resourcebundlename>:<version>");
String PushEndPoint = appSettings.getPushEndPoint();