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

Ion on Iphone debugging best practice

1 Answer 39 Views
AppBuilder companion app
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Mauro
Top achievements
Rank 1
Mauro asked on 12 Mar 2013, 10:59 AM
I developed an app that works fine on simulator and android tablet and phone. However i have big problems on get it work on ion (in a iphone 5.0). What is the best practice for debugging an application in such an environment?

Best regards
Mauro

1 Answer, 1 is accepted

Sort by
0
Yavor Georgiev
Telerik team
answered on 12 Mar 2013, 01:23 PM
Hello Mauro,

 There isn't much we can do to implement debugging in Ion. Right now your best bet is to sprinkle your JS code with console.log calls and these will show up in the device's tab in the Output pane in Graphite. Alternatively, you can view Ion's output in the device console in iPhone Configuration Utility.

 Or, if you're part of Apple's iOS Developer Program, you can use Graphite to build and deploy your app on an iOS 6 device (not in Ion, but an actual app) and use the iOS 6 Remote Web Inspector in Graphite to debug your app.

 It could be possible that the file paths you use in your app do not match the correct case. The filesystem in iOS is case-sensitive, whereas the Android filesystem and the Simulator are not. We recently heard about such a problem.

All the best,
Yavor Georgiev
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
Tags
AppBuilder companion app
Asked by
Mauro
Top achievements
Rank 1
Answers by
Yavor Georgiev
Telerik team
Share this question
or