AppBlade / AppBladeSDK

The SDK for AppBlade; iOS and Android
https://appblade.com
MIT License
23 stars 14 forks source link

Session tracking should work when an app is in kiosk mode. #59

Open andrewtremblay opened 11 years ago

andrewtremblay commented 11 years ago

There should be a maximum time that an app is left open before it reports to AppBlade with information. This heartbeat should probably go in the geolocation branch.

andrewtremblay commented 11 years ago

No real way to detect programmatically if kiosk mode is enabled. UIAccessibilityIsGuidedAccessEnabled maybe?

jamesdaniels commented 11 years ago

We don't need to detect it, we should just have more than one geo logged per-session in general; long sessions and all.

andrewtremblay commented 11 years ago

Geo already has timeout and location-change updating. There's more here to do in regards to other API calls though.