AppsFlyerSDK / appsflyer-cordova-plugin

AppsFlyer plugin for Cordova
MIT License
37 stars 71 forks source link

iOS app stuck at the splash screen #146

Closed cristianizzo closed 3 years ago

cristianizzo commented 3 years ago

Report

iOS app stuck at the splash screen after installed the AppsFlyer SDK

Plugin Version

cordova-plugin-appsflyer-sdk@6.2.20 @ionic-native/appsflyer@5.31.1

On what Platform are you having the issue?

iOS

What did you do?

I follow the documentation https://ionicframework.com/docs/native/appsflyer

npm install cordova-plugin-appsflyer-sdk npm install @ionic-native/appsflyer ionic cap sync ng build ---configuration=development

then in Xcode, I run the app and below the screenshot of the logs

Screenshot 2021-02-17 at 20 09 31

What did you expect to happen?

Ionic app to run

What happened instead?

Ionic app stuck at the splash screen

I am trying to integrate AppsFlyer on an existing ionic app

amit-kremer93 commented 3 years ago

@cristianizzo in Android it works fine? did you initialize our SDK inside this.platform.ready().then(()... as our guide says?