Skip to content

Commit 342417c

Browse files
authored
Merge branch 'master' into releases/6.x.x/6.17.x/6.17.8-rc1
2 parents ffb403b + f9f3857 commit 342417c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Docs/RN_API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,8 +482,8 @@ When unsupported emailsCryptType is passed, the SDK will use the default (none).
482482

483483
```javascript
484484
const options = {
485-
// In this case iOS platform will encrypt emails usind MD5 and android with SHA256. If you want both platform to encrypt with the same method, just write 0 or 3.
486-
emailsCryptType: Platform.OS === 'ios' ? 2 : 3,
485+
// In this case iOS platform will encrypt emails using MD5 and android with SHA256. If you want both platform to encrypt with the same method, just write 0 or 3.
486+
emailsCryptType: Platform.OS === 'ios' ? 0 : 3,
487487
emails: ['user1@gmail.com', 'user2@gmail.com'],
488488
};
489489

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
[![npm version](https://badge.fury.io/js/react-native-appsflyer.svg)](https://badge.fury.io/js/react-native-appsflyer)
77
[![Downloads](https://img.shields.io/npm/dm/react-native-appsflyer.svg)](https://www.npmjs.com/package/react-native-appsflyer)
88

9-
🛠 In order for us to provide optimal support, we would kindly ask you to submit any issues to support@appsflyer.com
9+
🛠 In order for us to provide optimal support, please contact AppsFlyer support through the Customer Assistant Chatbot for assistance with troubleshooting issues or product guidance. </br>
10+
To do so, please follow [this article](https://support.appsflyer.com/hc/en-us/articles/23583984402193-Using-the-Customer-Assistant-Chatbot)
1011

11-
> _When submitting an issue please specify your AppsFlyer sign-up (account) email , your app ID , production steps, logs, code snippets and any additional relevant information._
1212

1313
### <a id="plugin-build-for"> This plugin is built for
1414

0 commit comments

Comments
 (0)