Hackito Member Jan 16, 2023 #1 Hi, When it shows this message **Service (httputils2service) Destroy** my app is on Standby, ¿how can I prevent that httputils2service event from being destroyed? sorry for my bad googletraductor english
Hi, When it shows this message **Service (httputils2service) Destroy** my app is on Standby, ¿how can I prevent that httputils2service event from being destroyed? sorry for my bad googletraductor english
Erel B4X founder Staff member Licensed User Longtime User Jan 17, 2023 #2 You don't need to prevent it. The service will be started when needed. Upvote 0
Hackito Member Jan 17, 2023 #3 Erel said: No es necesario que lo impida. El servicio se iniciará cuando sea necesario. Click to expand... hi Erel, I'm making an app for a radio, and I want the music to keep playing even if the phone is locked. I can't do it Upvote 0
Erel said: No es necesario que lo impida. El servicio se iniciará cuando sea necesario. Click to expand... hi Erel, I'm making an app for a radio, and I want the music to keep playing even if the phone is locked. I can't do it
Erel B4X founder Staff member Licensed User Longtime User Jan 18, 2023 #4 It has nothing to do with HttpUtils2Service. You need to add a service and call Service.StartForeground. Upvote 0
It has nothing to do with HttpUtils2Service. You need to add a service and call Service.StartForeground.
Hackito Member Jan 19, 2023 #5 Erel said: It has nothing to do with HttpUtils2Service. You need to add a service and call Service.StartForeground. Click to expand... Can you give me an example of how to make the app keep playing the music even with the cell phone locked? because honestly I couldn't do it. Thank you Upvote 0
Erel said: It has nothing to do with HttpUtils2Service. You need to add a service and call Service.StartForeground. Click to expand... Can you give me an example of how to make the app keep playing the music even with the cell phone locked? because honestly I couldn't do it. Thank you
Erel B4X founder Staff member Licensed User Longtime User Jan 20, 2023 #6 Start with this example: Background location tracking Upvote 0
Hackito Member Jan 23, 2023 #7 Erel said: Start with this example: Background location tracking Click to expand... Solved, THANK YOU SO MUCH! Upvote 0
Erel said: Start with this example: Background location tracking Click to expand... Solved, THANK YOU SO MUCH!