A sample application that demonstrates how to utilize Asleep SDK in Android.
-
Generate an API Key here.
-
Enter your API Key in local.properties
asleep_api_key = "yourKeyHere"
-
Run the app and review the details in the Sample App Documentation.
Start adopting the Asleep SDK with the Asleep Documentation.
To prevent the app from application exit due to updates (e.g. WebView, GMS),
you separate the Foreground Service into a distinct process.
If you want to apply this, please refer to the following link: Link