Configure Carousel Click Actions with the iOS Extension SDK

Configure your app to specify what happens when a user taps a carousel image in a push notification.

Prerequisites 

Before you configure carousel click actions, complete these steps to integrate the extension SDK into your app:

  1. Configure the Service Extension
  2. Configure the Content Extension
  3. Enable App Groups

Handle URL Actions 

When a carousel image has an associated URL action, tapping the image triggers the URL handling delegate in your app. Configure URL handling to respond to these tap events.

For instructions on configuring URL handling, see Customize Push Notification Functionality for iOS Apps.

See Also