Skip to content

Releases: theymes/theymes-ios-sdk

v1.4.0

Choose a tag to compare

@rekotiira rekotiira released this 03 Jun 14:02
  • Add breadcrumb support for passing recent game context to support sessions.
    • New Unity APIs: TheymesSdk.AddBreadcrumb(), TheymesSdk.AddBreadcrumbs(), and TheymesSdk.ClearBreadcrumbs().
    • Breadcrumbs are timestamped automatically, bounded by SDK settings, cleared by TheymesSdk.Reset(), and sent when opening support or resources.
  • 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.onSignedMetadataTokenExpirationUpdated for tracking signed metadata token expiration time while the game is in the foreground.

v1.4.0-rc3

v1.4.0-rc3 Pre-release
Pre-release

Choose a tag to compare

@rekotiira rekotiira released this 19 May 10:17
  • Add breadcrumb support for passing recent game context to support sessions.
    • New Unity APIs: TheymesSdk.AddBreadcrumb(), TheymesSdk.AddBreadcrumbs(), and TheymesSdk.ClearBreadcrumbs().
    • Breadcrumbs are timestamped automatically, bounded by SDK settings, cleared by TheymesSdk.Reset(), and sent when opening support or resources.
  • 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.onSignedMetadataTokenExpirationUpdated for tracking signed metadata token expiration time while the game is in the foreground.

v1.4.0-rc2

v1.4.0-rc2 Pre-release
Pre-release

Choose a tag to compare

@rekotiira rekotiira released this 13 May 12:26
  • Add breadcrumb support for passing recent game context to support sessions.
    • New Unity APIs: TheymesSdk.AddBreadcrumb(), TheymesSdk.AddBreadcrumbs(), and TheymesSdk.ClearBreadcrumbs().
    • Breadcrumbs are timestamped automatically, bounded by SDK settings, cleared by TheymesSdk.Reset(), and sent when opening support or resources.
  • Include the target player in notification actions so pending notification actions survive reset/logout and only open for the targeted player.
  • Add TheymesSdk.onSignedMetadataTokenExpirationUpdated for tracking signed metadata token expiration time while the game is in the foreground.