3.2. Custom Mobile Push Notification Sending Setup

📘

Use this guide to learn how to manually set up push notification sending in cases where you cannot use an AppDelegate inherited from Mindbox’s AppDelegate.

👍

Once you complete this integration, you will be able to:

  • Collect subscribers from your app;
  • Send standard and rich push notifications;
  • Submit push-related click counts to Mindbox’s CDP;
  • Submit users’ app launch counts to Mindbox’s CDP;
  • Guarantee that data on user actions in your app will be sent to Mindbox even if the app is running in the background;
  • Submit actions from the app: views, carts, orders, etc.

Getting Keys for iOS Apps and Setting Up Connections to APNs

  1. Sending Push Notifications
  2. Click Counts for Mobile Push Notifications
  3. Sending Rich Push Notifications
  4. Setting up Tracking of App Launch Sources
  5. Setting up Background Tasks for Guaranteed Delivery
  6. Action Integration in the App