Skip to main content
Version: 2.2.0

FAQ

How can I get an API Key?

Please contact us at Start a trial with SkyPath.

What server domain is used by the SDK?

SDK uses api.skypath.io server domain. Please check the Whitelisting section on how to setup a proxy server.

What is Battery Consumption?

The main battery consumer is the screen and the brightness setting. SkyPath usage is negligible on its own.

We performed many tests, which are also validated by the airlines we work with SkyPath operates in a power-saving mode:

Ground mode -

  • In the background - no tracking at all.
  • In the foreground - minimum accuracy to check if airborne (3km).

If airborne - change accuracy to ‘best’ in both, background and foreground until landing

What is Network Data Consumption?

SkyPath data logic is highly optimized and works on updates and changes. In addition, the SDK supports corridor along the route to be even more conservative.

Network logic:

  • Along the route, the H3 hexagons are updated every minute (configurable).
  • Viewport fetches the data only on demand.

On average SkyPath consumes a few MBs per standard flight (4 hours). If the corridor is enabled, significantly less than that.

What about Security & Privacy?

Data is completely anonymized and hashed, only the aggregation is displayed without any specific information shared between airlines.

  • Security in the dev process
  • Periodic pentesting
  • Certification - SOC2 TYPE 2
  • Our auditors are PwC

How can I open the SkyPath app from my app?

SkyPath app v5.0 and above supports the custom URL scheme skypath.

UIApplication.shared.open(URL(string: "skypath:")!) { result in
if result {
// The URL was delivered successfully!
}
}