Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Native Development

Reply
New Developer
Gus33
Posts: 12
Registered: ‎11-18-2010
Accepted Solution

Use Invokation Framework to mimic background processing

[ Edited ]

Hi,

 

Is it possible for a Target Service to continuously invoke itself? (http://developer.blackberry.com/native/beta/documentation/app_integration.html)

 

If the application that invoked this target service is terminated, is the service destroyed are does it continue to run?

 

Thank you.

Please use plain text.
BlackBerry Development Advisor
IsaacGordezky
Posts: 12
Registered: ‎10-04-2012
My Carrier: none

Re: Use Invokation Framework to mimic background processing

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.

Please use plain text.