Hello Everyone,
I am writing app for multi-platform like Android and iOS.
I referred to http://docs.xamarin.com/recipes/android/fundamentals/service/create_a_simple_service for writing my background service for Android.
Now, I have requirement of the same to write in iOS. I am not getting appropriate link to refer. I have taken a look at below Thread too.
http://forums.xamarin.com/discussion/1286/background-services-in-monotouch
Please point some references or post the code to the Thread if anyone have encounter this earlier and found a fix.
Kindly help me in achieving this...
Thanks
Deepak
Posts
you can use a BackgroundWorker, this is similar
Thanks for your kind reply Adrian.
I have resolved my issue in following manner.
I have put this lines of code in ViewDidLoad() override method
And my runInBackground method is here
Thanks
Deepak
will It work when app killed?