Skip to content

4.4.0 Release

Compare
Choose a tag to compare
@jkasten2 jkasten2 released this 25 May 23:08
e0ea2f0

4.4.0 Release Notes

  • Added setLanguage to allow defining an app language used for Notifications, In-App Messages, and other channels such as SMS and Email. PR #1334
    • This new method is optional, OneSignal by default uses the Android System setting.
  • Fixed suppressLaunchURLs AndroidManifest.xml setting. PR #1337
  • Fix Compatibility with FCM (Firebase Messaging) 22.0.0. PR #1340
    • Fixes Failed resolution of: Lcom/google/firebase/iid/FirebaseInstanceId;. Issue #1346
    • Bump dependency version range to include 22. [19.0.0, 22.99.99]
  • Added back disableGMSMissingPrompt (from 3.x.x). PR #1332