Re: Service request fails if provider has not yet launched

2009-01-17 Thread an00na
At last, I found the cause - something very silly of Safari, and I don't know why that happened yet. It turned out that if my app is not running, the service request from Safari will launch my app as expected; however, it is the debug version(which is not so up-to-date) of my app that is laun

Re: Service request fails if provider has not yet launched

2009-01-14 Thread Kevin Gessner
On Jan 14, 2009, at 8:56 AM, an0...@gmail.com wrote: My app provides a System Service, which works well if it is running when the request arrives; however, if the request rises and my app has not yet launched, the Service is failed to be served, even though my app can be launched normally by

Service request fails if provider has not yet launched

2009-01-14 Thread an00na
My app provides a System Service, which works well if it is running when the request arrives; however, if the request rises and my app has not yet launched, the Service is failed to be served, even though my app can be launched normally by the Service request. Here is the corresponding Consol