Releases: OneSignal/OneSignal-iOS-SDK
Releases · OneSignal/OneSignal-iOS-SDK
1.11.3 Release
Lowered required Xcode version to 6.0 for Intel XDK compatibility
1.11.2 Release
Added two more constructors to ease Xamarin development
- Also, lowered required Xcode version back to 6.2
- Added two more constructors to unify interface for
Xamarin SDK. - Added Swift Example project.
1.11.1 Release
Added one more constructor to just take appId and launchOptions
- Xamarin does some strict enforcement for parameters at runtime.
It was agreed that there needs to be a constructor that just takes
the OneSignal application id and launch options, but not the notification
handler callback.
1.11.0 Release
New payload support, runtime warnings, and other misc fixes
- Added support for new os_data nested payload
- Fixed issue where OneSignal_APPID was not being read from the plist.
- Depercated setDefaultClient, set automaticly and should not be changed.
- Fixed iOS 9 warnings about cydia
1.10.6 Release
Log name conflict and defaultClient nil fix
1.10.5 Release
More dSYM Xcode 7 warning fixes
- Disabled GCC_PRECOMPILE_PREFIX_HEADER
1.10.4 Release
Disabled dSYM to fix Xcode7 warnings
- Disabled dSYM, no code changes to the SDK codebase itself.
1.10.3 Release
Enabled bitcode
- Enabled bitcode, no code changes to the SDK codebase itself.
NOTE: Requires Xcode 7.0+ for simulator builds
- Due to Xcode incompatibility issues from Xcode 6 to 7.
1.10.2 Release
Cocoapods update fix.
Fixed error on Resources when running pod install
a 2nd time after adding OneSignal.
- Only a cocoapods fix, no code changes to the SDK codebase itself.
1.10.1 Release
Fixed slow launch URL and Pollfish linker error
- Fixed issue where opening a notification with a launch URL would sometimes take to up 10 seconds before Safari would start.
- Fixed _VERSION link error when Xcode project contains both Pollfish and OneSignal.