Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 1aa145a

Browse files
committed
[background] update project
1 parent e4158ec commit 1aa145a

24 files changed

+112
-85
lines changed

SimpleBackgroundTransfer/Metadata.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

SimpleBackgroundTransfer/README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,10 @@ urlFragment: simplebackgroundtransfer
1010
---
1111
# SimpleBackgroundTransfer
1212

13-
## Overview
13+
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.
1414

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)).
1616

17-
Right now this sample only works on iOS devices (not the simulator).
17+
![App showing a world map image](Screenshots/02-sml.png)
1818

19-
![App showing a world map image](Screenshots/IMG_0002.PNG)
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.
478 KB
Loading
Loading
3.38 MB
Loading
-19.8 KB
Binary file not shown.
-1.22 MB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"images":[{"idiom":"iphone","filename":"Icon.png","size":"57x57","scale":"1x"},{"idiom":"iphone","filename":"[email protected]","size":"57x57","scale":"2x"},{"idiom":"iphone","filename":"[email protected]","size":"60x60","scale":"2x"},{"idiom":"iphone","filename":"Icon-Small.png","size":"29x29","scale":"1x"},{"idiom":"iphone","filename":"[email protected]","size":"29x29","scale":"2x"},{"idiom":"iphone","filename":"[email protected]","size":"40x40","scale":"2x"}],"info":{"version":1,"author":"xcode"}}

0 commit comments

Comments
 (0)