react-native-sdk icon indicating copy to clipboard operation
react-native-sdk copied to clipboard

App Crashing While Opening From Playstore

Open sreedhu-7 opened this issue 2 years ago • 1 comments

Issue is happening while installing from playstore and click open it is crashing. But if I clear cache and data it starts working. Screenshot 2023-02-01 at 5 35 50 PM

Package info: "@iterable/react-native-sdk": "1.3.9"

Using below code in app.js

Iterable.initialize(iterableKey, config).then(data => {
                    console.log('Iterable Initialization response', data);
                }).catch(error => {
                    console.log('Iterable Initialization Error', error);
                });

sreedhu-7 avatar Feb 01 '23 12:02 sreedhu-7

Maybe is for this. Try with 1.3.6 version (uses android sdk 3.4.9)

Screenshot 2023-02-25 at 12 51 20

KarlosQ avatar Feb 25 '23 11:02 KarlosQ