11-13-2012 04:14 PM - edited 11-13-2012 04:15 PM
Hi,
Is it possible for a Target Service to continuously invoke itself? (http://developer.blackberry.com/native/beta/docume
If the application that invoked this target service is terminated, is the service destroyed are does it continue to run?
Thank you.
Solved! Go to Solution.
11-16-2012 01:47 PM
What Target Service are you invoking?
The only background services allowed are those provided by the system, creating your own service is not supported at this time.
I recommend that you look at using push if you wish to avoid running in the background.