Carousels
Native rendering for carousels is now supported. To learn more about them, visit our docs.
API Additions
- Class
SKTMessageItem
has been added - Class
SKTDisplaySettings
has been added - Class
SKTMessage
- Added new property
items
- Added new property
displaySettings
- Added new property
- Class
SKTMessageAction
- Added new property
isDefault
- Added new property
Fixes
Fixes a crash when an app is running on iOS 11 without setting the property NSPhotoLibraryAddUsageDescription in the app's Info.plist. This property is required when requesting access to write to the user's photo library. If it is not provided, the options to take a photo will not be displayed.