Send http post request in back ground service - Amazfit Bip 5 Unity #430
Unanswered
JulianBessone
asked this question in
Q&A
Replies: 1 comment
-
Hello, sorry for keeping you waiting. The operation of App Service depends on the watch UI, so the AOD mode needs to be turned on. However, the Bip 5 Unity watch does not support AOD yet, so tasks cannot be executed when the screen is off. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm developing an App for Amazfit Bip 5 Unity. The idea is: user can open the app, click a button for start recolecting info in the background service, the background service try to send a http post method request. I'm trying by two differents ways but nothing, under you can look my code. Any idea how can I solve this problem:
On this way I never recived the http req in my server
background-service:
`
const endPoint = "https://example.up.railway.app/"
`
Also try this way but my watch get reset when I tried...
background-service:
`
const endPoint = "https://example.up.railway.app/"
`
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions