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