This is a migrated thread and some comments may be shown as answers.

Error attaching device storage for ipad

4 Answers 35 Views
Report a bug
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Pedro
Top achievements
Rank 1
Pedro asked on 24 Oct 2013, 02:16 PM
Hi,
My application uses local storage and was working fine a few days ago, suddenly without changing any code related to storage the application throws the following error: "Error attaching device storage for iPad"  this only happens on iOS, the app runs fine on android.

Any ideas?

4 Answers, 1 is accepted

Sort by
0
David Silveria
Top achievements
Rank 1
answered on 24 Oct 2013, 02:44 PM
Quick things from the top of my head:
  • try another iOS device
  • disconnect the device if it is connected to your machine
  • uninstall app, reboot device, install app

Cheers

0
Pedro
Top achievements
Rank 1
answered on 24 Oct 2013, 02:48 PM
Thanks,
I already did  all of that, tried with two other iOS devices in four pcs, one of those  didn't have icenium installed before my test.

0
David Silveria
Top achievements
Rank 1
answered on 24 Oct 2013, 02:56 PM
Something must have changed then. I would revert/rollback to a working state of the app and try to figure out what breaks it.
0
Pedro
Top achievements
Rank 1
answered on 24 Oct 2013, 04:10 PM
I found the problem, even that icenium was displaying that error, the problem was   js line that was doing an assignation instead of a conditional chek something like:
if(i.CanEdit = 'false') 
Of course that line is wrong, but the weird thing is that the app does not load even that the offender line was inside a click event handler, same code works on Android.

Anyways, its solved now, thanks all of you for your help.
Tags
Report a bug
Asked by
Pedro
Top achievements
Rank 1
Answers by
David Silveria
Top achievements
Rank 1
Pedro
Top achievements
Rank 1
Share this question
or