Stuck on splashcreen on iOS after installing Ionic Analytics and Web Client

Hi

I just installed Ionic Analytics (and the install requires Web Client), and now my app freezes on the splashcreen, on iOS emulator and iOS devices.

Should I change my content security policy ?
I don’t see any errors in console…

Can you please help ?

Thanks

$ ionic info

Your system information:

Cordova CLI: 5.3.3
Ionic Version: 1.2.4
Ionic CLI Version: 1.7.12
Ionic App Lib Version: 0.6.5
ios-deploy version: 1.8.2
ios-sim version: 5.0.3
OS: Mac OS X El Capitan
Node Version: v4.2.1
Xcode version: Xcode 7.1 Build version 7B91b

in index.html:

<meta http-equiv="Content-Security-Policy" content="default-src *; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' *; connect-src 'self' 'unsafe-inline' 'unsafe-eval' blob: ws: *;">

The best way to resolve this problem is to read the console log when the app is loading, maybe there are some js errors

Hi
the thing is I see nothing in the console.

1 Like

I’m having the same problem