0

I'm working on an iOS, Objective-C application. How do I address the following error? A simple step-by-step guide would be much appreciated.

"App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file".

C-Smith
  • 249
  • 1
  • 3
  • 8

1 Answers1

0

I have solved as plist file.

add this two line in your Info.plist file

  1. Add a NSAppTransportSecurity : Dictionary.
  2. named " NSAllowsArbitraryLoads " as Boolean : YES

    enter image description hereAdd Subkey

Mr. Bond
  • 427
  • 1
  • 4
  • 18