Open JeremyColton opened 2 years ago
I am having the same issue, any updates?
same issue
any updates ? @JeremyColton @nicusbonannus
@JeremyColton this api is part of the sdk. Do you work with expo-dev-client
as mentioned here?
@amit-kremer93 yes but same error
👋 Hi @JeremyColton and Thank you for reaching out to us. In order for us to provide optimal support, please submit a ticket to our support team at support@appsflyer.com. When submitting the ticket, please specify:
Having the same issue as well
Did anyone find a fix?
I'm having the same issue...
any updates?
In my case you can resolve this issue by following these steps
Either clear your simulator and reinstall the app or:
> $ cd android
> $ ./gradlew uA
> $ ./gradlew clean
or
> $ npx react-native clean
Now follow manual linking steps for Android
Open Android Studio and sync gradle files then install & start android
We had this issue as well, I believe we resolved it by following the manual install steps for android.
This how I was able to resolve this in Expo SDK 49 using a dev-client
I created a new dev-client
build after installing react-native-appsflyer
and things started working
The reason for this is because react-native-appsflyer
is on the native
layer and not the JS
layer so you need to create a new build that bundles the react-native-appsflyer
native code.
I also encountered the same problem, how to solve it?
I am trying to init the AppsFlyer in my Expo 46 project on my Android emulator (Pixel_4 phone running Android API 28).
Here's my package.json:
My apps.json:
Here's the code that is run:
In the WebStorm terminal I run:
My emulator opens and the splash screen shows and hangs.
In my Webstorm terminal I see:
I googled this error message
RNAppsFlyer.initSdkWithPromise
but found nothing and after hours of different attempts I am stuck.I also ran this on my iphone 8 running iOS15.6.1by scanning the QR code provided by the
npm start
command and see the same error message.Do I need to separately install the AppsFlyer SDK or does this come with your API?
Can you please help?