Search code examples
c#xamarinxamarin.formsxamarin.iosxamarin.android

Xamarin.Forms Background Script/Task


I want to have a background script which is downloading data from ftp and then sending a push notification. I currently don't know where to start in my Xamarin.Forms Project. Can you link me some posts of examples/samples/tutorials?


Solution

  • downloading data from ftp

    Please read this.

    push notification

    You need read official document.