react-native-moengage 12.1.0 → 12.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +220 -146
- package/ReactNativeMoEngage.podspec +1 -1
- package/android/moengage-dependency-helper.gradle +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
|
+
# 11-09-2025
|
|
2
|
+
|
|
3
|
+
## 12.2.0
|
|
4
|
+
|
|
5
|
+
- iOS
|
|
6
|
+
-`MoEngage-iOS-SDK` version updated to `10.05.0`
|
|
7
|
+
- Android
|
|
8
|
+
-`moe-android-sdk` version updated to `14.03.03`
|
|
9
|
+
|
|
1
10
|
# 29-07-2025
|
|
2
11
|
|
|
3
12
|
## 12.1.0
|
|
13
|
+
|
|
4
14
|
- Android
|
|
5
15
|
- Added support to include optional module using configuration in package json file
|
|
6
16
|
- iOS
|
|
@@ -13,44 +23,48 @@
|
|
|
13
23
|
- Added support for Simplify Inapp Triggers.
|
|
14
24
|
- Added support for file based initialisation configuration
|
|
15
25
|
- Android
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
26
|
+
- Min SDK version updated to `23`
|
|
27
|
+
- Compiled SDK version updated to `35`
|
|
28
|
+
- Removed deprecated APIs
|
|
29
|
+
| Then | Now |
|
|
30
|
+
|:--------------------------------------------------------------:|:------------------------------------------------------------------------------:|
|
|
31
|
+
| MoEInitializer#initialize(Context, MoEngage.Builder) | MoEInitializer#initializeDefaultInstance(Context, MoEngage.Builder) |
|
|
32
|
+
| MoEInitializer#initialize(Context, MoEngage.Builder, SdkState) | MoEInitializer#initializeDefaultInstance(Context, MoEngage.Builder, SdkState) |
|
|
23
33
|
- iOS
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
34
|
+
- Minimum iOS and tvOS deployment target updated to `13`
|
|
35
|
+
- `MoEngage-iOS-SDK` version updated to `10.03.1`
|
|
36
|
+
|
|
27
37
|
# 24-04-2025
|
|
28
38
|
|
|
29
39
|
## 11.2.2
|
|
40
|
+
|
|
30
41
|
- Android
|
|
31
42
|
- `inapp` version updated to `8.8.1`
|
|
32
43
|
|
|
33
44
|
# 16-04-2025
|
|
34
45
|
|
|
35
46
|
## 11.2.1
|
|
47
|
+
|
|
36
48
|
- iOS
|
|
37
|
-
|
|
38
|
-
|
|
49
|
+
- Added back Swift AppDelegate support
|
|
50
|
+
- `MoEngage-iOS-SDK` version updated to `9.23.4`
|
|
39
51
|
|
|
40
52
|
# 24-03-2025
|
|
41
53
|
|
|
42
54
|
## 11.2.0
|
|
55
|
+
|
|
43
56
|
- Added support to identify user on multiple identities
|
|
44
57
|
- Android
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
58
|
+
- Added support for AGP `8.7.3` and above
|
|
59
|
+
- `moe-android-sdk` version updated to `13.06.00`
|
|
60
|
+
- `inapp` version updated to `8.8.0`
|
|
48
61
|
- iOS
|
|
49
|
-
|
|
50
|
-
|
|
62
|
+
- `MoEngage-iOS-SDK` version updated to `9.23.1`
|
|
63
|
+
|
|
51
64
|
# 11-03-2025
|
|
52
65
|
|
|
53
66
|
## 11.1.4
|
|
67
|
+
|
|
54
68
|
- Android
|
|
55
69
|
- BugFix: Multiple SelfHandled InApp not working for older architecture in Android platform
|
|
56
70
|
- iOS
|
|
@@ -59,37 +73,42 @@
|
|
|
59
73
|
# 29-01-2025
|
|
60
74
|
|
|
61
75
|
## 11.1.3
|
|
76
|
+
|
|
62
77
|
- Android
|
|
63
|
-
|
|
78
|
+
- `moe-android-sdk` version updated to `13.05.02`
|
|
64
79
|
- iOS
|
|
65
|
-
|
|
80
|
+
- MoEngage-iOS-SDK version updated to `9.22.1`.
|
|
66
81
|
|
|
67
82
|
# 08-01-2025
|
|
68
83
|
|
|
69
84
|
## 11.1.2
|
|
85
|
+
|
|
70
86
|
- Added support for React version 0.76.
|
|
71
|
-
|
|
87
|
+
|
|
72
88
|
# 25-11-2024
|
|
73
89
|
|
|
74
90
|
## 11.1.1
|
|
91
|
+
|
|
75
92
|
- Fixing the lint issue for `getMoEInAppRules` with `noImplicitAny` as false in tsconfig file
|
|
76
93
|
- Android
|
|
77
|
-
|
|
78
|
-
|
|
94
|
+
- `moe-android-sdk` version updated to `13.05.01`
|
|
95
|
+
- `inapp` version updated to `8.7.0`
|
|
79
96
|
- iOS
|
|
80
|
-
|
|
81
|
-
|
|
97
|
+
- Fixed the compiler issue in Apple TV.
|
|
98
|
+
|
|
82
99
|
# 30-09-2024
|
|
83
100
|
|
|
84
101
|
## 11.1.0
|
|
102
|
+
|
|
85
103
|
- Added support for Multiple SelfHandled InApps.
|
|
86
104
|
- iOS
|
|
87
|
-
|
|
88
|
-
|
|
105
|
+
- Added support for Provisional Push.
|
|
106
|
+
- MoEngage-iOS-SDK version updated to `9.20.0`.
|
|
89
107
|
|
|
90
108
|
# 07-08-2024
|
|
91
109
|
|
|
92
110
|
## 11.0.0
|
|
111
|
+
|
|
93
112
|
- iOS
|
|
94
113
|
- BugFix: Resolved the issue of tracking User Attribute TRUE/FALSE as 0/1.
|
|
95
114
|
- Pinned plugin dependency version
|
|
@@ -98,6 +117,7 @@
|
|
|
98
117
|
# 31-07-2024
|
|
99
118
|
|
|
100
119
|
## 10.3.0
|
|
120
|
+
|
|
101
121
|
- Fixing the typescript configuration warnings.
|
|
102
122
|
- Android
|
|
103
123
|
- `moe-android-sdk` version updated to `13.04.00`
|
|
@@ -106,7 +126,7 @@
|
|
|
106
126
|
- Kotlin version updated to `1.9.23`
|
|
107
127
|
- Compile SDK version updated to `34`
|
|
108
128
|
- iOS
|
|
109
|
-
|
|
129
|
+
- MoEngage-iOS-SDK version updated to `~>9.18.0`.
|
|
110
130
|
|
|
111
131
|
# 03-07-2024
|
|
112
132
|
|
|
@@ -122,6 +142,7 @@
|
|
|
122
142
|
# 16-05-2024
|
|
123
143
|
|
|
124
144
|
## 10.1.0
|
|
145
|
+
|
|
125
146
|
- Support for Data Center 6
|
|
126
147
|
- Android
|
|
127
148
|
- `moe-android-sdk` version updated to `13.01.00`
|
|
@@ -130,49 +151,54 @@
|
|
|
130
151
|
# 14-05-2024
|
|
131
152
|
|
|
132
153
|
## 10.0.1
|
|
154
|
+
|
|
133
155
|
- BugFix
|
|
134
|
-
|
|
135
|
-
|
|
156
|
+
- Adding backward compatibility support for react-native version with react-native-moengage `10.x.x`
|
|
157
|
+
|
|
136
158
|
# 07-05-2024
|
|
137
159
|
|
|
138
160
|
## 10.0.0
|
|
161
|
+
|
|
139
162
|
- Added support for Turbo Architecture
|
|
140
163
|
- Breaking APIs in Javascript
|
|
141
164
|
|
|
142
|
-
|
|
|
143
|
-
|
|
144
|
-
| optOutDataTracking(false) | enableDataTracking()
|
|
145
|
-
| optOutDataTracking(true)
|
|
146
|
-
|
|
165
|
+
| Then | Now |
|
|
166
|
+
| :-----------------------: | :-------------------: |
|
|
167
|
+
| optOutDataTracking(false) | enableDataTracking() |
|
|
168
|
+
| optOutDataTracking(true) | disableDataTracking() |
|
|
147
169
|
|
|
148
170
|
- iOS
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
171
|
+
|
|
172
|
+
- Removed support for SDK initialization from Info.plist.
|
|
173
|
+
- Removed APIs
|
|
174
|
+
|
|
175
|
+
| Removed APIs |
|
|
176
|
+
| :--------------------------------------------------------------------------------------------------------------------------------------------: |
|
|
177
|
+
| - (void)initializeDefaultInstance:(NSDictionary\*)launchOptions; |
|
|
178
|
+
| - (void)initializeDefaultInstanceWithState:(MoEngageSDKState)sdkState andLaunchOptions:(NSDictionary\*)launchOptions; |
|
|
179
|
+
| - (void)initializeDefaultInstance:(BOOL)isSdkEnabled andLaunchOptions:(NSDictionary\*)launchOptions; |
|
|
180
|
+
| - (void)initializeDefaultSDKConfig:(MoEngageSDKConfig*)sdkConfig withSDKState:(BOOL)isSdkEnabled andLaunchOptions:(NSDictionary*)launchOptions |
|
|
181
|
+
|
|
158
182
|
- Android
|
|
159
|
-
|
|
183
|
+
- Making `moe-android-sdk` and `inapp` dependecies as implementation
|
|
160
184
|
|
|
161
185
|
# 08-04-2024
|
|
162
186
|
|
|
163
187
|
## 9.1.0
|
|
188
|
+
|
|
164
189
|
- Added Intrusive InApp support for TV.
|
|
165
190
|
- iOS
|
|
166
|
-
|
|
191
|
+
- MoEngage-iOS-SDK version updated to `~>9.17.0`.
|
|
167
192
|
|
|
168
193
|
# 18-03-2024
|
|
169
194
|
|
|
170
195
|
## 9.0.0
|
|
196
|
+
|
|
171
197
|
- Added Nudge Support
|
|
172
198
|
- Bugfix
|
|
173
199
|
- Exception thrown `MoEInAppSelfHandledCampaign is an invalid object` while logging
|
|
174
200
|
- iOS
|
|
175
|
-
|
|
201
|
+
- MoEngage-iOS-SDK version updated to `~>9.16.1`.
|
|
176
202
|
- Android
|
|
177
203
|
- Support for MoEngage Core 13.00.00 and above
|
|
178
204
|
- Added support for AGP `8.2.2` and above
|
|
@@ -180,30 +206,34 @@
|
|
|
180
206
|
# 12-02-2024
|
|
181
207
|
|
|
182
208
|
## 8.7.1
|
|
209
|
+
|
|
183
210
|
- Android
|
|
184
|
-
|
|
211
|
+
- Support for Java 17
|
|
185
212
|
|
|
186
213
|
# 29-01-2024
|
|
187
214
|
|
|
188
215
|
## 8.7.0
|
|
216
|
+
|
|
189
217
|
- TV OS support.
|
|
190
218
|
- iOS
|
|
191
|
-
|
|
192
|
-
|
|
219
|
+
- MoEngage-iOS-SDK version updated to `~>9.15.0`.
|
|
220
|
+
|
|
193
221
|
# 29-11-2023
|
|
194
222
|
|
|
195
223
|
## 8.6.0
|
|
224
|
+
|
|
196
225
|
- Support for tracking an array of numbers and strings in user attributes
|
|
197
226
|
- Android
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
227
|
+
- Added API to delete User details from MoEngage Server
|
|
228
|
+
- Add support for AGP `8.0.2` and above
|
|
229
|
+
- Upgrade Kotlin Version to 1.7.10
|
|
201
230
|
- iOS
|
|
202
|
-
|
|
231
|
+
- MoEngage-iOS-SDK version updated to `~>9.13.0`.
|
|
203
232
|
|
|
204
233
|
# 30-10-2023
|
|
205
234
|
|
|
206
235
|
## 8.5.4
|
|
236
|
+
|
|
207
237
|
- Android
|
|
208
238
|
- BugFix
|
|
209
239
|
- MoEngage SDK throwing incompatible version error on app open
|
|
@@ -211,12 +241,14 @@
|
|
|
211
241
|
# 31-08-2023
|
|
212
242
|
|
|
213
243
|
## 8.5.3
|
|
244
|
+
|
|
214
245
|
- iOS
|
|
215
|
-
|
|
216
|
-
|
|
246
|
+
- MoEngage-iOS-SDK version updated to `~>9.11.0`.
|
|
247
|
+
|
|
217
248
|
# 17-08-2023
|
|
218
249
|
|
|
219
250
|
## 8.5.2
|
|
251
|
+
|
|
220
252
|
- Android
|
|
221
253
|
- BugFix
|
|
222
254
|
- MoEngageLogLevel throwing undefined property
|
|
@@ -225,31 +257,36 @@
|
|
|
225
257
|
# 18-07-2023
|
|
226
258
|
|
|
227
259
|
## 8.5.1
|
|
260
|
+
|
|
228
261
|
- Adding Strict TypeCheck For TypeScript files
|
|
229
262
|
- Support for configuring the React-Native Plugin console logs
|
|
230
263
|
|
|
231
264
|
- iOS
|
|
232
|
-
|
|
265
|
+
- MoEngage-iOS-SDK version updated to `~>9.10.0`.
|
|
266
|
+
|
|
233
267
|
# 25-05-2023
|
|
234
268
|
|
|
235
269
|
## 8.5.0
|
|
270
|
+
|
|
236
271
|
- Android
|
|
237
272
|
- Support for handling Foreground Push Notification Click
|
|
238
273
|
- Target & Compile SDK version updated to 33
|
|
239
274
|
- BugFix
|
|
240
275
|
- Self handled InApps Callback fix in Event Triggered Campaign
|
|
241
276
|
- iOS
|
|
242
|
-
|
|
277
|
+
- MoEngage-iOS-SDK version updated to `~>9.8.0`.
|
|
243
278
|
|
|
244
279
|
# 16-02-2023
|
|
245
280
|
|
|
246
281
|
## 8.4.0
|
|
282
|
+
|
|
247
283
|
- iOS
|
|
248
|
-
|
|
249
|
-
|
|
284
|
+
- MoEngage-iOS-SDK version updated to `~>9.4.0`.
|
|
285
|
+
|
|
250
286
|
# 09-02-2023
|
|
251
287
|
|
|
252
288
|
## 8.3.0
|
|
289
|
+
|
|
253
290
|
- Android
|
|
254
291
|
- Android 13 push notification Opt-in with rationale via In-Apps
|
|
255
292
|
- Device Id enable / disable support
|
|
@@ -259,33 +296,39 @@
|
|
|
259
296
|
# 16-01-2023
|
|
260
297
|
|
|
261
298
|
## 8.2.0
|
|
299
|
+
|
|
262
300
|
- iOS
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
301
|
+
|
|
302
|
+
- MoEngage-iOS-SDK version updated to `~>9.2.0`.
|
|
303
|
+
- Updated API
|
|
304
|
+
|
|
305
|
+
| Then | Now |
|
|
306
|
+
| :--------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|
|
307
|
+
| - (void)initializeDefaultSDKConfig:(MOSDKConfig*)sdkConfig andLaunchOptions:(NSDictionary*)launchOptions; | -(void)initializeDefaultSDKConfig:(MoEngageSDKConfig*)sdkConfig andLaunchOptions:(NSDictionary*)launchOptions; |
|
|
308
|
+
| - (void)initializeDefaultSDKConfigWithState:(MOSDKConfig*)sdkConfig withSDKState:(MoEngageSDKState)sdkState andLaunchOptions:(NSDictionary*)launchOptions; | - (void)initializeDefaultSDKConfigWithState:(MoEngageSDKConfig*)sdkConfig withSDKState:(MoEngageSDKState)sdkState andLaunchOptions:(NSDictionary*)launchOptions; |
|
|
309
|
+
|
|
271
310
|
# 21-11-2022
|
|
272
311
|
|
|
273
312
|
## 8.1.2
|
|
313
|
+
|
|
274
314
|
- iOS
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
315
|
+
- BugFix
|
|
316
|
+
- Updated the import statement to make the plugin compatible with C++ codebase.
|
|
317
|
+
|
|
278
318
|
# 09-11-2022
|
|
279
319
|
|
|
280
320
|
## 8.1.1
|
|
321
|
+
|
|
281
322
|
- iOS
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
323
|
+
- BugFix
|
|
324
|
+
- Added missing `MoEngageRichNotification` dependency to the plugin.
|
|
325
|
+
|
|
285
326
|
# 28-10-2022
|
|
286
327
|
|
|
287
328
|
## 8.1.0
|
|
329
|
+
|
|
288
330
|
- Android
|
|
331
|
+
|
|
289
332
|
- AGP version updated to `7.3.1`
|
|
290
333
|
- Gradle version updated to `7.4`
|
|
291
334
|
- Target SDK version - 31
|
|
@@ -294,16 +337,17 @@
|
|
|
294
337
|
- InApp `6.4.0`
|
|
295
338
|
|
|
296
339
|
- iOS
|
|
297
|
-
|
|
340
|
+
- Deprecated API
|
|
298
341
|
|
|
299
|
-
|
|
|
300
|
-
|
|
301
|
-
|
|
|
342
|
+
| Then | Now |
|
|
343
|
+
| :--------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------: |
|
|
344
|
+
| - (void)initializeDefaultInstance:(BOOL)isSdkEnabled andLaunchOptions:(NSDictionary\*)launchOptions | - (void)initializeDefaultInstanceWithState:(MoEngageSDKState)sdkState andLaunchOptions:(NSDictionary\*)launchOptions; |
|
|
302
345
|
| - (void)initializeDefaultSDKConfig:(MOSDKConfig*)sdkConfig withSDKState:(BOOL)isSdkEnabled andLaunchOptions:(NSDictionary*)launchOptions | - (void)initializeDefaultSDKConfigWithState:(MOSDKConfig*)sdkConfig withSDKState:(MoEngageSDKState)sdkState andLaunchOptions:(NSDictionary*)launchOptions; |
|
|
303
346
|
|
|
304
347
|
## 27-10-2022
|
|
305
348
|
|
|
306
349
|
### 8.0.0
|
|
350
|
+
|
|
307
351
|
- Support for Android SDK version `12.3.02` and above.
|
|
308
352
|
- Support for iOS SDK version `8.3.1` and above.
|
|
309
353
|
- TS Lint warnings resolved.
|
|
@@ -316,20 +360,20 @@
|
|
|
316
360
|
- `MoEPushCampaign` --> `MoEPushPayload`
|
|
317
361
|
- Breaking APIs in Javascript
|
|
318
362
|
|
|
319
|
-
|
|
|
320
|
-
|
|
363
|
+
| Then | Now |
|
|
364
|
+
| :----------: | :---------------: |
|
|
321
365
|
| initialize() | initialize(appId) |
|
|
322
366
|
|
|
323
367
|
- Removed APIs
|
|
324
368
|
|
|
325
|
-
|
|
|
326
|
-
|
|
369
|
+
| Removed APIs |
|
|
370
|
+
| :-------------------------: |
|
|
327
371
|
| selfHandledPrimaryClicked() |
|
|
328
|
-
|
|
|
329
|
-
|
|
|
330
|
-
|
|
|
372
|
+
| enableSDKLogs() |
|
|
373
|
+
| optOutInAppNotification() |
|
|
374
|
+
| optOutPushNotification() |
|
|
331
375
|
|
|
332
|
-
- Android
|
|
376
|
+
- Android
|
|
333
377
|
- Build Configuration Updates
|
|
334
378
|
- Minimum SDK version - 21
|
|
335
379
|
- Target SDK version - 30
|
|
@@ -337,140 +381,170 @@
|
|
|
337
381
|
- Mi SDK update to Version 5.x.x, refer to the [Configuring Xiaomi Push](https://developers.moengage.com/hc/en-us/articles/4403466194708) and update the integration.
|
|
338
382
|
- Deprecated APIs
|
|
339
383
|
|
|
340
|
-
|
|
|
341
|
-
|
|
342
|
-
|
|
|
384
|
+
| Then | Now |
|
|
385
|
+
| :------------------------------------------------------------: | :---------------------------------------------------------------------------: |
|
|
386
|
+
| MoEInitializer.initialize(Context, MoEngage.Builder) | MoEInitializer.initializeDefaultInstance(Context, MoEngage.Builder) |
|
|
343
387
|
| MoEInitializer.initialize(Context, MoEngage.Builder, SdkState) | MoEInitializer.initializeDefaultInstance(Context, MoEngage.Builder, SdkState) |
|
|
344
388
|
|
|
345
389
|
- iOS
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
| Then | Now |
|
|
350
|
-
|:-------------------------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------------------:|
|
|
351
|
-
| - (void)intializeSDKWithLaunchOptions:(NSDictionary*)launchOptions; | - (void)initializeDefaultInstance:(NSDictionary*)launchOptions; |
|
|
352
|
-
| - (void)intializeSDKWithState:(BOOL)isSdkEnabled andLaunchOptions:(NSDictionary*)launchOptions; | - (void)initializeDefaultInstance:(BOOL)isSdkEnabled andLaunchOptions:(NSDictionary*)launchOptions; |
|
|
353
|
-
| - (void)intializeSDKWithConfig:(MOSDKConfig*)sdkConfig andLaunchOptions:(NSDictionary*)launchOptions; | - (void)initializeDefaultSDKConfig:(MOSDKConfig*)sdkConfig andLaunchOptions:(NSDictionary*)launchOptions; |
|
|
354
|
-
| - (void)intializeSDKWithConfig:(MOSDKConfig*)sdkConfig withSDKState:(BOOL)isSdkEnabled andLaunchOptions:(NSDictionary*)launchOptions; | - (void)initializeDefaultSDKConfig:(MOSDKConfig*)sdkConfig withSDKState:(BOOL)isSdkEnabled andLaunchOptions:(NSDictionary*)launchOptions; |
|
|
390
|
+
- `MOReactInitializer` renamed to `MoEngageInitializer`
|
|
391
|
+
- Deprecated APIs
|
|
355
392
|
|
|
393
|
+
| Then | Now |
|
|
394
|
+
| :-----------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: |
|
|
395
|
+
| - (void)intializeSDKWithLaunchOptions:(NSDictionary\*)launchOptions; | - (void)initializeDefaultInstance:(NSDictionary\*)launchOptions; |
|
|
396
|
+
| - (void)intializeSDKWithState:(BOOL)isSdkEnabled andLaunchOptions:(NSDictionary\*)launchOptions; | - (void)initializeDefaultInstance:(BOOL)isSdkEnabled andLaunchOptions:(NSDictionary\*)launchOptions; |
|
|
397
|
+
| - (void)intializeSDKWithConfig:(MOSDKConfig*)sdkConfig andLaunchOptions:(NSDictionary*)launchOptions; | - (void)initializeDefaultSDKConfig:(MOSDKConfig*)sdkConfig andLaunchOptions:(NSDictionary*)launchOptions; |
|
|
398
|
+
| - (void)intializeSDKWithConfig:(MOSDKConfig*)sdkConfig withSDKState:(BOOL)isSdkEnabled andLaunchOptions:(NSDictionary*)launchOptions; | - (void)initializeDefaultSDKConfig:(MOSDKConfig*)sdkConfig withSDKState:(BOOL)isSdkEnabled andLaunchOptions:(NSDictionary*)launchOptions; |
|
|
356
399
|
|
|
357
400
|
### 7.4.1
|
|
401
|
+
|
|
358
402
|
Release Date: 15th July 2022
|
|
403
|
+
|
|
359
404
|
- Device identifier tracking update as per Google's User data policy. Advertising Id is only tracked after user consent.
|
|
360
405
|
|
|
361
406
|
### 7.4.0
|
|
407
|
+
|
|
362
408
|
Release Date: 12th May 2022
|
|
409
|
+
|
|
363
410
|
- Bugfix iOS: Fixed the PushClick callback issue in terminated state, that was appearing when the react-native version is above 0.65.
|
|
364
|
-
|
|
411
|
+
|
|
365
412
|
### 7.3.0
|
|
413
|
+
|
|
366
414
|
Release Date: 16th September 2021
|
|
415
|
+
|
|
367
416
|
- HTML InApp Support Added.
|
|
368
|
-
- Bugfix:
|
|
417
|
+
- Bugfix:
|
|
369
418
|
- Handled `trackEvent()` with null properties.
|
|
370
419
|
- iOS
|
|
371
|
-
|
|
372
|
-
|
|
420
|
+
- Native SDK version updated to `~>7.1.0`.
|
|
421
|
+
- Base plugin version dependency updated to `~>2.1.0`.
|
|
373
422
|
- Android
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
423
|
+
- Native SDK updated to support version `11.4.00` and above.
|
|
424
|
+
- Bugfix:
|
|
425
|
+
- `enableSDKLogs()` not working on Android.
|
|
426
|
+
|
|
378
427
|
### 7.2.0
|
|
428
|
+
|
|
379
429
|
Release Date: 11th May 2021
|
|
430
|
+
|
|
380
431
|
- Android Multi-Instance Phase 1 update.
|
|
381
432
|
|
|
382
433
|
### 7.1.0
|
|
434
|
+
|
|
383
435
|
Release Date: 17th March 2021
|
|
436
|
+
|
|
384
437
|
- Added support to pass Array(String/Number) as event attributes in addAttribute method of MoEProperties.
|
|
385
438
|
|
|
386
439
|
### 7.0.0
|
|
440
|
+
|
|
387
441
|
Release Date: 25th February 2021
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
442
|
+
|
|
443
|
+
- iOS
|
|
444
|
+
- Plugin now supports iOS 10.0 and above
|
|
445
|
+
- Native Dependencies updated to support MoEngage-iOS-SDK `7.*` and above
|
|
446
|
+
- Base plugin version dependency updated to `~> 2.0.2`.
|
|
447
|
+
- Android
|
|
448
|
+
- Native SDK updated to support `11.0.04` and above
|
|
449
|
+
- Base Plugin updated to `2.0.00`
|
|
450
|
+
- API to pass PushKit Token JS
|
|
396
451
|
- Added APIs to enable and disable MoEngage SDK.
|
|
397
452
|
- Added API to register a callback for push token generated event.
|
|
398
453
|
|
|
399
454
|
### 6.1.7
|
|
455
|
+
|
|
400
456
|
Release Date: 15th February 2021
|
|
457
|
+
|
|
401
458
|
- Android artifacts use manven central instead of Jcenter.
|
|
402
459
|
- Android Native SDK version `10.6.01`
|
|
403
460
|
- Android Plugin Base `1.2.01`
|
|
404
461
|
|
|
405
462
|
### 6.1.6
|
|
463
|
+
|
|
406
464
|
Release Date: 21st January 2021
|
|
465
|
+
|
|
407
466
|
- BugFix iOS: Token registered event skipped as its currently not supported in React Native.
|
|
408
467
|
|
|
409
468
|
### 6.1.5
|
|
469
|
+
|
|
410
470
|
Release Date: 18th January 2021
|
|
471
|
+
|
|
411
472
|
- iOS Base Plugin dependency updated to support version `1.2` and above.
|
|
412
473
|
|
|
413
474
|
### 6.1.4
|
|
475
|
+
|
|
414
476
|
Release Date: 7th December 2020
|
|
477
|
+
|
|
415
478
|
- Support for extending Native Android Callbacks if required.
|
|
416
479
|
- Native Android SDK version required is `10.5.00` or above.
|
|
417
480
|
- iOS Base Plugin Updated to version `1.1.1` to ensure SDK sets the UNUserNotification Center delegate only in cases where its `nil`.
|
|
418
481
|
|
|
419
482
|
### 6.1.3
|
|
483
|
+
|
|
420
484
|
Release Date: 25th November 2020
|
|
485
|
+
|
|
421
486
|
- Android Base plugin dependency type updated to ensure compatability across gradle versions.
|
|
422
487
|
|
|
423
488
|
### 6.1.2
|
|
489
|
+
|
|
424
490
|
Release Date: 23rd November 2020
|
|
491
|
+
|
|
425
492
|
- Android Base Plugin Updated to enable Custom Callbacks.
|
|
426
493
|
|
|
427
494
|
### 6.1.1
|
|
495
|
+
|
|
428
496
|
Release Date: 22nd October 2020
|
|
497
|
+
|
|
429
498
|
- Bugfix
|
|
430
499
|
- Events not being marked as non-interactive on Android
|
|
431
|
-
|
|
500
|
+
|
|
432
501
|
### 6.1.0
|
|
502
|
+
|
|
433
503
|
Release Date: 23rd September, 2020
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
504
|
+
|
|
505
|
+
- Support for Push Templates added
|
|
506
|
+
|
|
507
|
+
### 6.0.0
|
|
508
|
+
|
|
509
|
+
Release Date: 7th August 2020
|
|
510
|
+
|
|
511
|
+
- Breaking change in Initialization of iOS platform, refer to the [developer docs](https://docs.moengage.com/docs/sdk-initialization-1#ios) to know more about the changes.
|
|
512
|
+
- Support for Self-Handled In-App
|
|
513
|
+
- Support for In-App V3
|
|
514
|
+
- Event listeners now return a model Object instead of JSON
|
|
515
|
+
- `setUserBirthday()` only accepts ISO-8601 String
|
|
516
|
+
- Breaking changes in APIs
|
|
517
|
+
- Android SDK updated to `10.2.02`
|
|
518
|
+
- iOS SDK dependency changed to support versions greater than `6.0.0`.
|
|
519
|
+
|
|
520
|
+
| Then | Now |
|
|
521
|
+
| :-------------------------------------------------------: | :-------------------------------------------------------: |
|
|
522
|
+
| ReactMoE.isExistingUser(boolean) | ReactMoE.setAppStatus(MoEAppStatus) |
|
|
450
523
|
| ReactMoE.trackEvent(string, JSONObject) | ReactMoE.trackEvent(string, MoEProperties |
|
|
451
|
-
|
|
|
524
|
+
| ReactMoE.setUserLocation(number, number) | ReactMoE.setUserLocation(MoEGeoLocation) |
|
|
452
525
|
| ReactMoE.setUserAttributeLocation(string, number, number) | ReactMoE.setUserAttributeLocation(string, MoEGeoLocation) |
|
|
453
|
-
|
|
|
526
|
+
| ReactMoE.setLogLevel(number) | ReactMoE.enableSDKLogs() |
|
|
454
527
|
|
|
455
|
-
|
|
456
|
-
|
|
528
|
+
- Android Specific Changes
|
|
529
|
+
- APIs to pass push token and payload has changed
|
|
457
530
|
|
|
458
531
|
| Then | Now |
|
|
459
|
-
|
|
532
|
+
| :----------------------------------: | :-------------------------------------: |
|
|
460
533
|
| ReactMoE.passPushToken(string) | ReactMoE.passFcmPushToken(string) |
|
|
461
534
|
| ReactMoE.passPushPayload(JSONObject) | ReactMoE.passFcmPushPayload(JSONObject) |
|
|
462
|
-
|
|
463
|
-
### 5.0.0
|
|
464
|
-
Release Date: 18th Feb 2020
|
|
465
|
-
- New Event Listeners added for both iOS and Android platforms i.e, `pushClicked`, `inAppCampaignShown` and `inAppCampaignShown`.
|
|
466
|
-
- Earlier iOS Push and InApp Events deprecated to have it common for both Android and iOS (`notificationClicked`,`inAppShown` and `inAppClicked`)
|
|
467
|
-
- APIs to pass push token and payload from React-Native Component/Javascript (Android Only API)
|
|
468
|
-
- Fixing datatype conversion for user attributes long getting converted to double.
|
|
469
535
|
|
|
470
|
-
###
|
|
471
|
-
Release Date: 23rd Dec 2019
|
|
472
|
-
- Android SDK version updated to 9.8.01
|
|
473
|
-
- integration_type and integration_version added for both Android and iOS
|
|
536
|
+
### 5.0.0
|
|
474
537
|
|
|
538
|
+
Release Date: 18th Feb 2020
|
|
539
|
+
|
|
540
|
+
- New Event Listeners added for both iOS and Android platforms i.e, `pushClicked`, `inAppCampaignShown` and `inAppCampaignShown`.
|
|
541
|
+
- Earlier iOS Push and InApp Events deprecated to have it common for both Android and iOS (`notificationClicked`,`inAppShown` and `inAppClicked`)
|
|
542
|
+
- APIs to pass push token and payload from React-Native Component/Javascript (Android Only API)
|
|
543
|
+
- Fixing datatype conversion for user attributes long getting converted to double.
|
|
544
|
+
|
|
545
|
+
### 4.1.0
|
|
475
546
|
|
|
547
|
+
Release Date: 23rd Dec 2019
|
|
476
548
|
|
|
549
|
+
- Android SDK version updated to 9.8.01
|
|
550
|
+
- integration_type and integration_version added for both Android and iOS
|
|
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
|
|
|
17
17
|
s.public_header_files = 'iOS/MoEReactBridge/{MoEngageInitializer,MoEngageReactSDKInitializationConfig,MoEngageReactUtils}.h'
|
|
18
18
|
s.weak_framework = 'UserNotifications'
|
|
19
19
|
s.dependency 'React'
|
|
20
|
-
s.dependency 'MoEngagePluginBase','6.
|
|
20
|
+
s.dependency 'MoEngagePluginBase','6.4.0'
|
|
21
21
|
s.ios.dependency 'MoEngage-iOS-SDK/RichNotification'
|
|
22
22
|
|
|
23
23
|
s.prepare_command = <<-CMD
|
|
@@ -7,7 +7,7 @@ repositories {
|
|
|
7
7
|
|
|
8
8
|
ext {
|
|
9
9
|
// MoEngage Versions
|
|
10
|
-
moengageCoreVersion = "14.03.
|
|
10
|
+
moengageCoreVersion = "14.03.03"
|
|
11
11
|
moengageInAppVersion = "9.2.0"
|
|
12
12
|
moengageRichNotification = "6.2.0"
|
|
13
13
|
moengageSecurity = "4.0.0"
|
|
@@ -15,7 +15,7 @@ ext {
|
|
|
15
15
|
moengagePushAmp = "6.1.0"
|
|
16
16
|
moengageHmsPushkit = "6.1.0"
|
|
17
17
|
moengageDeviceTrigger = "4.1.0"
|
|
18
|
-
moengageBasePluginVersion = "5.1.
|
|
18
|
+
moengageBasePluginVersion = "5.1.1"
|
|
19
19
|
|
|
20
20
|
// AndroidX Support Libraries Versions
|
|
21
21
|
androidXCore = "1.15.0"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-moengage",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.2.0",
|
|
4
4
|
"description": "MoEngage is a mobile marketing automation company. This react-native SDK helps you track events, trigger smart notifications and in-apps, provides a drop-in Inbox Controller for notifications.",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"files": [
|