Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Crashing While Opening From Playstore #467

Open
sreedhu-7 opened this issue Feb 1, 2023 · 1 comment
Open

App Crashing While Opening From Playstore #467

sreedhu-7 opened this issue Feb 1, 2023 · 1 comment

Comments

@sreedhu-7
Copy link

sreedhu-7 commented Feb 1, 2023

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);
                });
@KarlosQ
Copy link

KarlosQ commented Feb 25, 2023

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

Screenshot 2023-02-25 at 12 51 20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants