Android SDK Release Notes

We are constantly working to improve our SDK. Here you’ll find the change log for the Android SDK and related details.


Android SDK 2.0.4 Release

🚀 Added

  • New feature to set custom deviceId

✔️ Fixed

  • Fixed ANR on database initialization
  • Fixed In App behavior not working when app goes background
  • Fixed In App bug, when In App was displayed every time instead of once per session

Read more


Android SDK 2.0.3 Release

🚀 Added

  • Introduced InApp pause behavior, which allows to control InApp display logic after unpausing them
  • New “SessionStarted” event which is emitted when the new session is initialized

✔️ Fixed

  • Fixed exception that occurred when multiple events were inserted into the database
  • Fixed crash in logger on Reteno initialization

🔆 Improved

  • All requests now include platform header “Android”

Read more


Android SDK 2.0.2 Release

🚀 Added

  • Added functionality of showing In-App messages while app is running depending on display rules set up in admin panel

🔆 Improved

  • Removed stretching for square images in push notifications
  • Disabled tracking ScreenView events by default
  • Only last CartUpdated event will be sent now instead of batch of outdated events

Read more


Android SDK 2.0.1 Release

🚀 Added

  • Added functionality of showing In-App messages while app is running depending on display rules set up in admin panel

✔️ Fixed

  • Fixed obfuscation errors

Read more


Android SDK 1.7.2 Release

🚀 Added

  • Added 'isRetenoMessage' function to RetenoFirebaseMessagingService class to distinguish whether push notification was sent from Reteno admin panel or not in more convenient way

✔️ Fixed

  • Fixed issue of sending two same device requests on first app launch

🔆 Improved

  • Device request will be fired once on each launch of the application

Read more


Android SDK 1.7.1 Release

🚀 Added

  • Added function for force updating push permission status on Android 13 and above
  • Added custom data receiver for in-app messages

✔️ Fixed

  • Fixed bug when device data was not sent to backend after connecting to internet

Read more


Android SDK 1.7.0 Release

🔆 Improved

  • Now developers can create custom BroadcastReceiver to listen to notification deleted events

✔️ Fixed

  • Optimized user data and device data updating to get rid of duplicate API requests

Read more


Android SDK 1.6.9 Release

🚀 Added

  • Added image preview to collapsed push notification

🔆 Improved

  • Sentry was removed from Reteno SDK

✔️ Fixed

  • Fixed R8 Full Mode obfuscation issues
  • Fixed app crash caused by WorkManager initialization
  • Fixed some push delivery issues

Read more


Android SDK 1.6.8 Release

✔️ Fixed

  • Fixed issue with not sending push token

Read more


Android SDK 1.6.7 Release

🚀 Added

  • Added caching of the same user request

✔️ Fixed

  • Fixed delay in sending events

Read more