Skip to content

Version 32

Choose a tag to compare

@Seanm07 Seanm07 released this 11 Feb 14:28
· 3 commits to master since this release

Re-added some missing iOS functions which were mistakenly removed from version 31 and added basic toast message functionality to iOS replicating the same android behaviour.

iOS plugin changes:

  • Added function to get IDFA on iOS (unique id across all apps)
  • Added function to get IDFV on iOS (unique id across apps by same developer)
  • Added function to show and hide toast messages similar to android

Unity script changes:

  • PickleCore.cs DisplayToastMessage(string:message, bool:longShowTime) and CancelToastMessage() are now also supported on iOS alongisde android