Skip to content

Commit

Permalink
added note to push handler
Browse files Browse the repository at this point in the history
  • Loading branch information
levibostian committed Jan 4, 2024
1 parent 05efea3 commit 8639520
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Apps/APN/ios/MyAppPushNotificationsHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ import Foundation
import CioMessagingPushAPN
import CioTracking

/**
* This file was created based on the Customer.io React Native SDK documentation for setting up push notifications in your app.
*
* See the documentation to learn how to add this file to your app:
* https://customer.io/docs/sdk/react-native/push-notifications/push/#integrate-push-capabilities-in-your-app
*/

@objc
public class MyAppPushNotificationsHandler : NSObject {

Expand Down

0 comments on commit 8639520

Please sign in to comment.