Version 32
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)andCancelToastMessage()are now also supported on iOS alongisde android