Added NSAllowsArbitraryLoads = True & Updated Image Url

This commit is contained in:
brminnick 2016-08-04 20:12:21 -07:00
Родитель d65ac7215b
Коммит 39418862c3
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -23,5 +23,10 @@
<string>Icon-60@2x</string>
<string>Icon-Small-40@2x</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>

Просмотреть файл

@ -8,7 +8,7 @@ namespace SimpleBackgroundTransfer {
public partial class SimpleBackgroundTransferViewController : UIViewController {
const string Identifier = "com.SimpleBackgroundTransfer.BackgroundSession";
const string DownloadUrlString = "https://atmire.com/dspace-labs3/bitstream/handle/123456789/7618/earth-map-huge.jpg";
const string DownloadUrlString = "https://upload.wikimedia.org/wikipedia/commons/9/97/The_Earth_seen_from_Apollo_17.jpg";
public NSUrlSessionDownloadTask downloadTask;
public NSUrlSession session;