Releases: OneSignal/OneSignal-iOS-SDK
Releases · OneSignal/OneSignal-iOS-SDK
2.12.3 Release
Confirmed Deliveries upgrade, i386 simulator, Carthage fixes
- Fixed Carthage build issue
- Fixed missing i386 for 32 bit iOS simulators
- Fixed Confirmed Deliveries not sending for those updating from an older SDK.
2.12.2 Release
Minor fixes
jsonRepresentation
inOSOutcomeEvent
needed a minor check to prevent crashing
2.12.1 Release
Received Receipts
- New Confirmed Deliveries
- Added
jsonRepresentation
toOSOutcomeEvent
2.12.0 Release
Outcome Events, Catalyst Support, & Fixed In-App Message Crash
- New Outcomes feature
- Incorporates outcomes to the focus request for Session Duration tracking on the dashboard
- Includes 3 new public methods
sendOutcome
,sendUniqueOutcome
, andsendOutcomeWithValue
- The concept of a session type now exists in the SDK, DIRECT, INDIRECT, UNATTRIBUTED
- Catalyst support now lets you build iPad apps with our SDK on Mac #534
- Must add
x86_64h
architecture to your targets- Under "Valid Architectures" AND "Architectures"
- Must add
- Fixes In-App Message crash on dismissing #542 & #555
2.11.2 Release
In-App Message iOS Preview crash fix
- Fixes In-App Message preview crash fix note in issue #542
- Bitcode Version - Xcode 10.1
2.11.1 Release
Fixed In-App Message Crash, setLocationShared(), and mikechoch Warnings
- Fixed the mikechoch warnings showing up in apps #525
- Warnings caused by
GENERATE_MASTER_OBJECT_FILE
being set toYES
in release2.10.2
- Changed the
DEPLOYMENT_POSTPROCESSING
flag toYES
to fix the warnings
- Warnings caused by
- In-App Message causing iOS app to crash because of constraint conflicts #536
- Constraint conflict was occurring when sending previews with specific scenarios
- Fixed by removing all constraints on
OSInAppMessageView
before setup of an incoming In-App Message
setLocationShared
was being setfalse
but location still being sent to player record #533- Fixed by adding a check into the
locationManager
callback to return early when location shared isfalse
- Fixed by adding a check into the
2.11.0 Release
In-App Messaging Added
- Added in In App Messaging feature
- Various minor clean up and bug fixes
2.10.2 Release
Updated Project to WKWebView and Removed -ObjC Flag
- Switched to WKWebView from deprecated/removed UIWebView
- Fixes issue #522
- Removed requirement of -ObjC flag