You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2024. It is now read-only.
SimpleBackgroundTransfer is a simple app that illustrates how to use background transfers - press the **Start** button to initiate a large image download in the background.
14
14
15
-
SimpleBackgroundTransfer is a simple app that illustrates how to use background transfers.
15
+
The app must be properly signed to run on the simulator, so ensure that the bundle identifier is correct and your provisioning profiles are configured correctly (otherwise you might see [this isssue](https://github.com/xamarin/xamarin-macios/issues/7101)).
16
16
17
-
Right now this sample only works on iOS devices (not the simulator).
17
+

18
18
19
-

20
-
21
-
This is a port of Apple's WWDC2013 sample SimpleBackgroundTransfer.
22
-
Link to Apple’s sample:https://developer.apple.com/downloads/index.action?name=WWDC%202013#
19
+
This is a port of Apple's [WWDC2013 sample](https://developer.apple.com/downloads/index.action?name=WWDC%202013) SimpleBackgroundTransfer.
0 commit comments