Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

1.5 mobile SDK cant use Ti.App.createBackgroundService

Is Ti.App.createBackgroundService not yet in the latest build of 1.5? or am I using it wrong?


var serviceProxy = Ti.App.createBackgroundService({ 
    url:"bg.js"
}); 

I am getting an error of:
[WARN] attempted to load: TiAppBackgroundServiceProxy
[ERROR] The application has crashed with an unhandled exception. Stack trace:

— asked December 4th 2010 by Matt Apperson
  • 1.5
  • iphone
0 Comments

1 Answer

  • Accepted Answer

    This is no longer an issue in the newer versions of the SDK

    — answered September 28th 2011 by Matt Apperson
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.