Skip to content

Commit

Permalink
Added note on HTTP downloads on iOS 9+
Browse files Browse the repository at this point in the history
  • Loading branch information
Zen-CODE committed May 5, 2016
1 parent 943b758 commit 528e89e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/background_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
http://stackoverflow.com/questions/32631184/the-resource-could-not-be-loaded-because-the-app-transport-security-policy-requi
Note that on iOS 9 and above, the 'NSExceptionAllowsInsecureHTTPLoads' key
also seems to be required and set to true to allow HTTP downloads.
"""
from pyobjus import autoclass, protocol, objc_str, selector, objc_b
from pyobjus.dylib_manager import make_dylib, load_dylib
Expand Down

0 comments on commit 528e89e

Please sign in to comment.