angularjs - Ionic app crashes after a few days on iOS -


i'm having problem ionic app on iphone 6. have installed on device , works great after few days crashes when try open it, shows splash screen , after 1 or 2 seconds, crashes. happens on ios, android works properly.

i think related usage of localstorage. use on controller.js @ beginning try user data.

$scope.sessionuser = localstorage.getitem('user'); $scope.sessionusertype = localstorage.getitem('usertype'); 

these ionic info:

cordova cli: 6.5.0 ionic framework version: 1.3.1 ionic cli version: 2.0.0 ionic app lib version: 2.0.0 ios-deploy version: not installed ios-sim version: not installed os: mac os x el capitan node version: v7.6.0 xcode version: xcode 8.3.1 build version 8e1000a 


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -