Skip to content

3.10.0 Release

Compare
Choose a tag to compare
@emawby emawby released this 14 Dec 23:56
· 1349 commits to main since this release
0be72c7

Fixing crash when failing to download notification images

  • This PR prevents crashes due to failures when writing downloaded notification attachments (images) to a temporary file location. #1029 and #1030

Adding CollapseId to the OSNotification object

  • OneSignal's CollapseId which is shared with Android corresponds to the identifier property of iOS notifications. If the collapseId field is present on your notifications it can now be read in the corresponding OSNotification object. #1024