Hi,
I would like to send to an http server when the user has pressed the Back Button.
If i send the request in the Application_Background, the app seems to be 'backgrounded' before the request has been sent.
(I dont see the request on the http server ...)
Is it a way to workaround ?
I had imagined to show an "OK" button, not enabled, in the Application_Background sub ... and to enable it when the jobDone is fired ...
Not sure Apple will agree on this
(and not sure it works ... no tested at all)
FYI : In B4A, I started a service juste for that, and kill the service when jobDone is fired ... Doesn't sound possible with iOS.
Thanks in advance for yours advices
I would like to send to an http server when the user has pressed the Back Button.
If i send the request in the Application_Background, the app seems to be 'backgrounded' before the request has been sent.
(I dont see the request on the http server ...)
Is it a way to workaround ?
I had imagined to show an "OK" button, not enabled, in the Application_Background sub ... and to enable it when the jobDone is fired ...
Not sure Apple will agree on this
(and not sure it works ... no tested at all)
FYI : In B4A, I started a service juste for that, and kill the service when jobDone is fired ... Doesn't sound possible with iOS.
Thanks in advance for yours advices