-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android watch app playstore update #732
Comments
Libraries updated |
we uploaded watch build to Playstore internal for testing, but some old dependencies are throwing errors . We are checking it. |
@carsten we need to remove Aware components also before pushing the build to playstore. Please confirm whether to proceed. |
We would like to discuss about this task in this week's meeting and proceed from there. |
We started working on this. Based on the last discussion we will include necessary permission popup and submit to play store with Aware components. |
We submitted an internal test version to Play store . But after further testing we found Aware is throwing more errors due to compatibility issues with Android 11 . |
We checked to use existing Lamp SDK but effort is involved to replace Google Fit API with Health Services on Wear OS . |
Following is the current status of Android Watch app development. |
If you were to remove aware components and instead use LAMP SDK, how will this impact sensor data collection for android wearables? |
we need to write wrapper code for integrating Health Services for Wear OS, see below link. https://developer.android.com/training/wearables/health-services |
How will this affect lower level sensors like accelerometer, gps, etc? |
Health Services for Wear OS provides data types which include Steps, Distance, Elevation, Speed, Location data(Latitude, longitude and optionally, altitude and bearing at a specific point in time) etc. |
Good to proceed |
Ok @carlan1 |
We started working on this. |
Using Health services we are able to read data such as Heart beat and steps . Integration is in progress. |
@carlan1 Status update on Watch app update : We have removed Aware framework code and integrated Health services for Wear OS and we are able to collect data such as Heart rate , Location and send to server. |
@carlan1 Android watch app staging build is available for testing in Play store Internal track. It can be tested by opt- in to following URL. Please provide the google account using which you would like to test the app. We need to add these accounts in Testers list in Google play console so that you get invitation to test the app. |
Android wear app - Update Target SDK version to latest to meet play store submission criteria
Replace Kotlin synthetics with View binding
Fix the issues in Wear app Github actions workflow file
The text was updated successfully, but these errors were encountered: