Hi,
I am working on an application , where it getting urls in response for Images to load from that urls.
I am getting HTTP Load failed against error code 1003, and 999 , and i am unable to debug those failed Urls.
is there way to debug those failed HTTP Request so that i can be aware of those list, due to this my app is freezing, and behaving some weird issue sometimes.
any help is much appreciated.
here you go with my plist information
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-/
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>com.xx.yy</string>
<key>CFBundleURLSchemes</key>
<array>
<string>fb334xxxxxxxx</string>
<string>DisplayName</string>
<string>twitterkit-0mIIFjR7pVnLewGj1S2RGg6BN</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>4.0.1</string>
<key>FacebookAppID</key>
<string>334xxxxxxxxx</string>
<key>FacebookDisplayName</key>
<string>Display Name</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>fbauth2</string>
<string>fbauth</string>
<string>twitter</string>
<string>twitterauth</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSAllowsArbitraryLoadsInWebContent</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key></plist>