Releases: urbanairship/ua-unity-plugin
Releases · urbanairship/ua-unity-plugin
3.2.0
3.1.0
3.0.0
2.3.0
- Updated Urban Airship Android library to 7.2.0
- Updated the JarResolver dependency to 1.2.0
- Removed the Android Application override. Existing installations may need to
remove the UrbanAirshipApplication entry from Assets/Plugins/Android/AndroidManifest.xml.
2.2.0
2.1.1
2.1.0
2.0.0
New Features
- Updated interface to use C# Properties and Events
- Full push payload is exposed through the PushMessage model object
- Tags now return a list of strings instead of a JSON encoded string
- Added channel registration events
- Added Named User API
- Added Tag Group API
- Added Custom Event API
- Added Message Center support
- Added support to set the Android Notification icon and accent color
Packaging Changes
- Plugin is now prepackaged in a unitypackage file
- GUI Editor to set Urban Airship Configuration (Window -> Urban Airship -> Settings)
- Uses Google Play Services Jar Resolver Library for Android dependency management
- Added generated API docs - http://docs.urbanairship.com/reference/libraries/unity/latest/
Bug Fixes
- Landing pages now pause iOS
- Fixed iOS build issues