You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a problem with the below code snippet, the getLocatinOfDevice function is returning an "undefined" value. I don't really need getDistanceOfDevice but it appears to not be working either.
icloud.getLocationOfDevice(device, function(err, location)
Is it possible Apple have changed something that this no longer working?
Do I need to set some kind of time out to between logon and when it retrieves my Watch ID.
I should mention btw that the function to send an alert alertDevice is working fine, I simply cannot retrieve any data back from the aforementioned location functions.
The text was updated successfully, but these errors were encountered:
Having a problem with the below code snippet, the getLocatinOfDevice function is returning an "undefined" value. I don't really need getDistanceOfDevice but it appears to not be working either.
icloud.getLocationOfDevice(device, function(err, location)
Is it possible Apple have changed something that this no longer working?
Do I need to set some kind of time out to between logon and when it retrieves my Watch ID.
I should mention btw that the function to send an alert alertDevice is working fine, I simply cannot retrieve any data back from the aforementioned location functions.
The text was updated successfully, but these errors were encountered: