find-my-iphone icon indicating copy to clipboard operation
find-my-iphone copied to clipboard

A Node module to trigger the "Find My iPhone" feature from iCloud, to play a sound on the phone

Results 23 find-my-iphone issues
Sort by recently updated
recently updated
newest added

`Amazon Echo Find My iPhone Alert` won't suit most users. I'd suggest to add a custom subject as an options and maybe fallback to the Echo string.

This has been working great for months -- completing 2FA code entry is not needed just to find your device, to play a sound on a device Now, about 2...

Um, I may've used this and I logged into my account and ran this example: ```js var icloud = require("find-my-iphone").findmyphone; icloud.apple_id = "[email protected]"; icloud.password = "oneMoreThing"; icloud.getDevices(function(error, devices) { var...