Migration to 3.x
1) Installation and project setup
1.1 pubspec.yaml
- netmera_flutter_sdk: 2.x.x+ netmera_flutter_sdk: ^3.x.x1.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.netmera.flutter</string>
<key>api_key</key>
<string>your_api_key</string>
</dict>
</dict>
</plist>2) iOS
2.1 Podfile
2.2 AppDelegate.swift
2.3 Runner-Bridging-Header.h
2.4 Media Push

Notification Service Extension Configuration
3) Dart
3.1 User identification
4) Removed methods
5) Function Mapping
2.x and below
3.x and above
Description
Last updated
Was this helpful?
