Google has sent me a notification that my apps do not meet security requirements and must be updated to API 35 by August 31.
Currently, WFS supports only API 34. Is there any information about the release date of the new version?
API 35 is for companion app which build with AD
API 34 is for Wear os watch face which build with WFS.
I was trying to switch from API 33 to API 34 in Watch face studio, but it seems like it’s not letting me select API manually. Is there any way to update my old watch faces to API 34 with latest WFS 1.8 Beta ?
For google policy issue, I believe the wear os Target Android 14(API Level 34) is refer to the Target SDK, instead of API Level, If u check in App bundles, although the API Level is 33, Target SDK is 34.
For this wf, I have no policy warning issue in my wear os watch face app.
As long as using 1.8.10, it will generate TargetSDK 34.
For API levels 33 or 34,
WFS will auto bcome API 34 if wf have
- complication with default provide is heart rate
or - Weather Tag, eg: ([WTHR_COND]), [WTHR_TEM].. etc
or
… to add by other … sorry I can’t remember..
Ok, i will try to change complication to Heart Rate as manually it does not let me select which SDK i want to build my .abb file. Thank you!