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
連結已複製
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.