React Native Support
The Vibes Push Notification SDK has a React Native Plug-in.
Full documentation on how to implement the SDK in React Native using the plug-in, including a sample app, can be found at: https://www.npmjs.com/package/vibes-react-native
Key Integration Steps
-
Implement basic device and push registration to simple push notifications
-
Enable association of push to device API or SDK call
-
This will make a user "known" and allow for platform targeting and segmentation. Note: If you are using cross channel segmentation between channels, the
external_person_id
must be the same in the SMS, Push, and Wallet channels. -
Add advanced push options: rich push, notification sounds, deep linking, etc (Optional)
- Rich Push on iOS requires additional steps for implementation. Reference the Rich Push section of the sample app for detailed instructions.
-
Add app inbox support (Coming Soon)
Note: Platform accounts are available via the platform for development and UAT testing.
Updated 2 months ago