Releases: OneSignal/OneSignal-iOS-SDK
Releases · OneSignal/OneSignal-iOS-SDK
2.0.1 Release
Launch url crash and auto prompt fixes.
1.13.3 Release
Improved push environment detection and no app version registration fix
- Improved apns environment detection on some development and ad-hoc provisioning profiles.
- Device now registers with OneSignal if you haven't set a Bundle version.
1.13.2 Release
Removed default provisioning profile logging
1.13.1 Release
Push environment detection fix with wildcard provisioning profiles
1.13.0 Release
Disable badge clearing option and setEmail method
- Add
OneSignal_disable_badge_clearing
to your plist as aBoolean
set toYES
to disable OneSignal's badge clearing logic. - Added setEmail selector.
1.12.2 Release
Fixed 1.12.0 crash when calling sendTag(s) before init was done
1.12.1 Release
Added back Foundation.h to OneSignal.h
1.12.0 Release
Added Geotagging
- Setup the required plist entries to enable location for your app.
- Call
[self.oneSignal promptLocation];
to prompt the user for geo tagging.
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.