Is it possible to install an app on iOS/Android device and debug from Visualizer?

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

And how can we get the .ipa/.apk file to install the app on device?

Hi,

Please follow the below documentation link to resolve your issue.

http://docs.kony.com/6_5/konylibrary/studio/studio_user_guide/Default.htm#SUGiPhone.htm

@Thewesv Dyew​ Thank you for your reply but this only talks about the Emulators. More interested in running the app on Android device and be able to debug from the Visualiser.

HI,

From your comments, I got that basically want to debug JS code written in your code.

For iOS, Yes we can debug, but not through Visualizer, through safari we can debug.

Please go through the following basecamp post which clearly explains the debug procedure with screenshots : How to debug the .JS files for iOS using safari when app launched in simulator or in Device connected to Xcode.

https://basecamp.kony.com/s/question/0D56A00000AnrmmSAB/how-to-debug-the-js-files-for-ios-using-safari-when-app-launched-in-simulator-or-in-device-connected-to-xcode?t=1521441630924

Thanks.

@Bwivn Gweene​ Thank you. I'll try it today.

@Bwivn Gweene​ Could you please explain how to launch the Xcode from Visualizer through Kar extraction? I stuck on this first step. Thank you.

Hi @Fleuw Andwvde​ ,

You can define an emulator in Product>Devices and Emulators.

Select launch xcode in the configuration.

do Product> Run As > iphoneEmu1 and it will automatically extract your KAR and open it as xcode project.

@Elizvxeth Poole​ Thank you.