Skip to content

Commit 949be37

Browse files
authored
Merge branch 'master' into releases/6.x.x/6.17.x/6.17.0-rc1
2 parents 4cf63d5 + ee53114 commit 949be37

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 6.16.2
2+
Release date: *2025-03-19*
3+
4+
- SDK > React Native plugin > No enum constant com.appsflyer.MediationNetwork.xxx" error on Android with some mediation networks' names have _ (underscore) character
5+
- React Native >> Update Plugin to v6.16.2
6+
17
## 6.15.3
28
Release date: *2025-01-8*
39

Docs/RN_API.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@ appsFlyer.initSdk(/*...*/);
11311131
### onAppOpenAttribution
11321132
`onAppOpenAttribution(callback) : function:unregister`
11331133

1134-
This API is related to DeepLinks. Please read more [here](./DeepLink.md)
1134+
This API is related to DeepLinks. Please read more [here](https://dev.appsflyer.com/hc/docs/rn_deeplinkintegrate)
11351135

11361136
| parameter | type | description |
11371137
| ----------- |----------|------------------------------------------ |
@@ -1152,7 +1152,7 @@ appsFlyer.initSdk(/*...*/);
11521152
### onAttributionFailure
11531153
`onAttributionFailure(callback) : function:unregister`
11541154

1155-
This API is related to DeepLinks. Please read more [here](./DeepLink.md)
1155+
This API is related to DeepLinks. Please read more [here](https://dev.appsflyer.com/hc/docs/rn_deeplinkintegrate)
11561156

11571157
| parameter | type | description |
11581158
| ----------- |----------|------------------------------------------ |
@@ -1173,7 +1173,7 @@ appsFlyer.initSdk(/*...*/);
11731173
### onDeepLink
11741174
`onDeepLink(callback) : function:unregister`
11751175

1176-
This API is related to DeepLinks. Please read more [here](./DeepLink.md)
1176+
This API is related to DeepLinks. Please read more [here](https://dev.appsflyer.com/hc/docs/rn_deeplinkintegrate)
11771177

11781178
| parameter | type | description |
11791179
| ----------- |----------|------------------------------------------ |

Docs/RN_InAppEvents.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Find more info about recording events [here](https://dev.appsflyer.com/hc/docs/i
1717

1818
## Send Event
1919

20+
> 📘 Note
21+
>
22+
> For events with **revenue**, including in-app purchases, subscriptions, and ad revenue events, AppsFlyer customers with an ROI360 subscription should avoid using the `AFInAppEvents.REVENUE`(`af_revenue`) parameter in their in-app events. Doing so can result in duplicate revenue being reported. Instead, they should utilize the [ad revenue SDK API](https://dev.appsflyer.com/hc/docs/rn_api#logadrevenue).
23+
2024
**`logEvent(eventName, eventValues, success, error)`**
2125

2226
| parameter | type | description |

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
1313
### <a id="plugin-build-for"> This plugin is built for
1414

15-
- Android AppsFlyer SDK **v6.15.2**
16-
- iOS AppsFlyer SDK **v6.15.3**
15+
- Android AppsFlyer SDK **v6.16.2**
16+
- iOS AppsFlyer SDK **v6.16.2**
1717
- Tested with React-Native **v0.62.0** (older versions might be supported)
1818

1919
## <a id="breaking-changes"> ❗❗ Breaking changes when updating to v6.x.x❗❗

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-appsflyer",
3-
"version": "6.17.0-rc1",
3+
"version": "6.17.0",
44
"description": "React Native Appsflyer plugin",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)