iOS Application
The FindMyCat iOS application is used to manage all your devices and track their realtime location etc. Once you successfully build and install it on your device using the following steps, you will be able to add/edit FindMyCat tracker devices and track their location.
Download FindMyCat/ios-app repository.
Github Repository link: https://github.com/FindMyCat/ios-app (opens in a new tab)
git clone https://github.com/FindMyCat/ios-app.gitConfigure Info.plist
Open FindMyCat.xcodeproj in Xcode and configure the following in Info.plist
| Info.plist Key | Why |
|---|---|
HologramAPIKey | Your Hologram API key, found in Hologram.io dashboard (settings page) |
HologramOrgId | Your Hologram Org Id |
MBXAccessToken | Your Mapbox Public token |
FindMyCat-Cloud-Hostname | Your FindMyCat Cloud hostname. |
Build and Run.
Click build in Xcode and you should be able to install in on your iPhone.