Migration to 2.x
1) Installation and project setup
1.1 package.json
- "react-native-netmera": "1.x.x"+ "react-native-netmera": "2.x.x"1.2 iOS configuration file
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>sdk_params</key>
<dict>
<key>app_group_name</key>
<string>group.com.example.app</string>
<key>api_key</key>
<string>your_sdk_api_key</string>
</dict>
</dict>
</plist>2) iOS
2.1 Podfile
2.2 AppDelegate.swift
2.3 Media Push

Notification Service Extension Configuration
3) React Native
3.1 Push lifecycle callbacks — registration
3.2 Push lifecycle callbacks — typed signatures
3.3 User identification
3.4 User profile attributes
3.5 Replace NetmeraPushInbox
4) Removed methods
5) Function Mapping
1.x and below
2.x and above
Description
Last updated
Was this helpful?
