Reputation: 63
I'm having a problem with iOS. I am not able to reproduce streams with http but yes with https. Is there a way that I can allow http streams to get reproduced in my app. Right now it returns an error saying that the operation could not be completed.
Upvotes: 1
Views: 89
Reputation: 2128
I guess you're saying about App Transport Security Settings
.
Info.plist
fileApp Transport Security Settings
dictionaryAllow Arbitrary Loads
and set it to YES
This should helps.
Upvotes: 1