3.1.0
Added
- Added ability to set
appboyOptions
on theSEGAppboyIntegrationFactory
for example:
[SEGAppboyIntegrationFactory instance].appboyOptions = @{ABKMinimumTriggerTimeIntervalKey: @1};
The full list of options are documented in Appboy.h. Shout out to @maloneranger for the feature suggestion and PR.
- Added the ability to import one of our UI subspecs instead of the full SDK. To do this, update your
Podfile
to useSegment-Appboy/InAppMessage
,Segment-Appboy/NewsFeed
, orSegment-Appboy/ContentCards
instead ofSegment-Appboy
.Segment-Appboy
will continue to use the full SDK by default. Thanks @khaptonstall!
Changed
- Updated to Braze iOS SDK 3.22.0.
- Updated code to call all Braze iOS SDK push handling methods that call UI APIs from the main thread. Thanks @gilserrap and @khaptonstall!