Releases: theymes/theymes-ios-sdk
Releases · theymes/theymes-ios-sdk
Release list
v1.4.0
- Add breadcrumb support for passing recent game context to support sessions.
- New Unity APIs:
TheymesSdk.AddBreadcrumb(),TheymesSdk.AddBreadcrumbs(), andTheymesSdk.ClearBreadcrumbs(). - Breadcrumbs are timestamped automatically, bounded by SDK settings, cleared by
TheymesSdk.Reset(), and sent when opening support or resources.
- New Unity APIs:
- Include the target player in notification actions so pending notification actions survive reset/logout and only open for the targeted player.
- Do not show or open push notifications that are targeted at a different player than the one currently using the device.
- When the support view is already open, push notification taps now navigate the existing view instead of being ignored.
- Add
TheymesSdk.onSignedMetadataTokenExpirationUpdatedfor tracking signed metadata token expiration time while the game is in the foreground.
v1.4.0-rc3
- Add breadcrumb support for passing recent game context to support sessions.
- New Unity APIs:
TheymesSdk.AddBreadcrumb(),TheymesSdk.AddBreadcrumbs(), andTheymesSdk.ClearBreadcrumbs(). - Breadcrumbs are timestamped automatically, bounded by SDK settings, cleared by
TheymesSdk.Reset(), and sent when opening support or resources.
- New Unity APIs:
- Include the target player in notification actions so pending notification actions survive reset/logout and only open for the targeted player.
- Do not show or open push notifications that are targeted at a different player than the one currently using the device.
- When the support view is already open, push notification taps now navigate the existing view instead of being ignored.
- Add
TheymesSdk.onSignedMetadataTokenExpirationUpdatedfor tracking signed metadata token expiration time while the game is in the foreground.
v1.4.0-rc2
- Add breadcrumb support for passing recent game context to support sessions.
- New Unity APIs:
TheymesSdk.AddBreadcrumb(),TheymesSdk.AddBreadcrumbs(), andTheymesSdk.ClearBreadcrumbs(). - Breadcrumbs are timestamped automatically, bounded by SDK settings, cleared by
TheymesSdk.Reset(), and sent when opening support or resources.
- New Unity APIs:
- Include the target player in notification actions so pending notification actions survive reset/logout and only open for the targeted player.
- Add
TheymesSdk.onSignedMetadataTokenExpirationUpdatedfor tracking signed metadata token expiration time while the game is in the foreground.