Skip to main content
Follow the installation steps mentioned here. Changes required to migrate to 5.x are minimum but some structural changes require you to remove some lines of code. This had to be done to make it loosely coupled and easy to integrate
  • No change in Manifest permissions
  • Basic integration points remain same
  • Changes in receivers & services
  • Deprecated few APIs and provided alternatives
  • Inbox moved out of Main SDK and added to add-on lib
If using Play Services 7.3 No Changes in the following receivers.
If using Google Play Services 7.5

Remove the following receivers

Add the following Receivers

Add the following Provider

Add the <meta> following tags

Delete the following code

Add the following code (optional)

Add this only if you support the change in orientation.

Inbox Users

Change the following: Old declaration
Change to

Add the Install/Update Differentiator

Add the install update differentiator as mentioned here. In case you have any issues, please do contact the Custom Success Managers who will help you out