iOS app freezes on load with Cordova 4.0.1 and latest ionic

i upgrated cordova platform update ios@4.1.0 for installing phonegap-plugin-push plugin but after installing i am not getting device UUid and device Platform from device.uuid and device.platform for ios but i got these value for android platform and i have already installed cordova plugin add cordova-plugin-device.
$ionicPlatform.ready(function() {
console.log(‘deviceready’);
});
$ionicPlatform.ready fired only for android. not for ios

Thank you @Atsats… it works… saves my day… :slight_smile:

Hello! Are you debugging the plugins load, etc…?

I had that problem and it was the tag. Finally I could compile normally without this meta tag.

greetings

Not sure if updating Cordova solved all your problems but this helped me:

https://forums.adobe.com/thread/2251084

I have followed all the suggestions above. got the latest ios@4.4.0. but still got a problem. My app works fine on android and web (ionic serve) . I have tried in both ios emulator and ios device it is not working. The app opens shows splash screen for like 2 secs then the app closes.

4.4.0 seems to be the problem guys… I just tried to install 4.1.0 and eveything works fine.