Software Archive
Read-only legacy content
17060 Discussions

Works in Emulator - not in test

phil_J_
New Contributor I
360 Views

My App works fine in Emulator but not when I TEST on device it just freezes

I've narrowed it down to the use of either

intel.xdk.device.uuid;

or  

intel.xdk.geolocation.getCurrentPosition

any ideas why these wouldn't work when Testing from server on an iPhone?

Phil

0 Kudos
3 Replies
Dale_S_Intel
Employee
360 Views

I believe intel.xdk.geolocation has been deprecated in favor of  the standard Cordova geolocation plugin  (cf https://software.intel.com/en-us/xdk/docs/intel-xdk-api-cordova-plugin-methods-properties-events). ; I'm not sure of the current status of the intel.xdk.geolocation on iOS devices.

On the uuid API, it appears there is an issue on some iOS systems, details here - https://software.intel.com/en-us/node/493096, but I'm not sure if that would cause the problem you're seeing.  That API may also be deprecated in favor of the standard cordova device plugin, in any case I'd recommend trying that plugin.

And of course, make sure that you are including the plugins on the projects page.

0 Kudos
phil_J_
New Contributor I
360 Views

Thanks - works a treat

0 Kudos
Dale_S_Intel
Employee
360 Views

My Pleasure!

 

0 Kudos
Reply