Skip to content

A Java client for Apple's Find My iPhone service. This allows you to programmatically retrieve your devices's current location and push messages (and an optional alarm) to the remote device.

License

Notifications You must be signed in to change notification settings

tomasca/sosumi-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sosumi-java

A Java client for Apple's Find My iPhone service. This allows you to programmatically retrieve your devices's current location and push messages (and an optional alarm) to the remote device.

This is essentially a port of Tyler Hall's PHP Sosumi Class.

Examples

public static void main(String[] args) throws Exception {
        Sosumi sosumi = new Sosumi("https://fmipmobile.icloud.com", "APPLE_ID", "PASSWORD");
        DeviceLocation loc = sosumi.locateDevice("My iPhone", 60);
        System.out.println("Located: " + loc);
}

About

A Java client for Apple's Find My iPhone service. This allows you to programmatically retrieve your devices's current location and push messages (and an optional alarm) to the remote device.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages