Hi am using Asihttp request classes in my app,i know its deprecated and need to switch to afnetworking or something new but this is an old project which am continuing and it was working fine with ios8 but doesn't work with ios9. Is there any thing i need to set in build settings or any library to add. Please let me know.
Related Questions in XCODE
- I am getting lots of errors when building react native app in Xcode
- Xcode commits (possibly outside of any branch) disappeared, how to get them back?
- Can't run built SFML project from Xcode template
- Postal Framework crash in iPhone but runs successfully in simulator
- React Native - RealmJS - Linker command failed with exit code 1
- how to install xcode on macos hight sierra without apple account
- Xcode: Can't Attach to process
- Issue with Xcode Target and settings for Apple Watch App
- There are no active runners online GitLab
- My project code not running in Xcode(15.3) but the same code running in Xcode 14.2 in swift how to fix in xcode 15.3?
- How to press and hold in Xcode simulator
- Memory management for image data storing and retrieving with SwiftData (or CoreData)
- Error: spawn flutter ENOENT in flutter build_runner
- Can a project using Crashlytics have a GoogleService-Info.plist file renamed to something else?
- What changed from xcode 13.2.1 to 14.2 that would affect an app's entitlements?
Related Questions in AFNETWORKING
- Replicate bug: The certificate for this server is invalid
- getting error while generating iOS app archive for AFNetworkActivityLogger . rsync error shown in the output logs of archive
- Why AFNetWork crashes in URLSession:dataTask:didReceiveResponse:completionHandler
- How do I properly use a getter as a selector in Objective-C? Getting deprecation warnings in modern Xcode
- AFHTTPSessionManager attemptsToRecreateUploadTasksForBackgroundSessions property equivalent in Alamofire 5
- How to get current tasks for custom Session in Alamofire 5
- How to upload videos as a file directly to server using Alamofire 5?
- ios react-native AFNetwoking client certificate authenification
- AFNetworking.h file not found in latest xcode
- Unable to build the app after upgrading the AFNetworking and it failed with Mopub framework
- AFNetworking upload PDF file
- AFNetworking shows the Undefined symbol: _OBJC_CLASS_$_AFHTTPSessionManager
- Cannot upload a PIC using AFNetworking
- Objective-C header file not found (AFNetworking.h)
- AFNetworking upload data too long
Related Questions in IOS9
- How can I resolve 'allowsBackgroundLocationUpdates' error in flutter
- Can't install Firebase distribution builds on devices using iOS 9
- Got a EXC_CORPSE_NOTIFY symbol crash, Not able to track what when wrong
- How to run iPad 2 with iOS 9 emulator on Xcode 12?
- framer-motion ios 9 compatibility
- UNUserNotificationCenter alternative for iOS 9
- ReacJS not rendering component on iOS 9 iPad
- Error when presenting view controller containing a WKWebView IOS9
- Unble to access public class of Swift embedded framework in objective-c project
- UIApplicationOpenURLOptionUniversalLinksOnly causes crash on iOS9 even though it's enclosed in an @available condition
- Xcode Error: Could not instantiate class named _UIScrollViewLayoutGuide
- iOS 9 Video Interstitial Ads crash
- Swift Package minimum ios version
- How to differentiate code based on iOS version during compile time
- Remote debug safari ios9 and MacOs 10.13
Related Questions in ASIHTTPREQUEST
- How to get current iis website name in ConfigureService() method in startup class in AspCore 2?
- ASIHTTPREQUEST not working as expected in iOS 8.3
- How to download public-shared file from Google Drive (without Drive API) using Objective C
- ASIForDataRequest request fails
- NSURLSessionDownloadTask progress callback is not smoothly?
- ASIHTTP JavacriptCore WTFCrash
- iOS: ASIHTTPRequest validate self sign certificate
- Any current replacement for ASIHTTPRequest for HTTPS request and REST-based services
- Does ASIHttpRequest support IPv6-only?
- Error Domain=ASIHTTPRequestErrorDomain Code=1 under 4G network
- How to store audio file in sqlite database in iOS
- Using TextField for setProxyHost and setProxyPort in Swift
- ASIHTTPRequest Disables Touch Events on Multiple Requests
- How to download multiple audio file at same time with progress bar even if app is in background in ios
- Asihttp requests not working in ios9
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
App Transport Security is a feature that improves the security of connections between an app and web services. The feature consists of default connection requirements that conform to best practices for secure connections. Apps can override this default behavior and turn off transport security.
Transport security is available in iOS 9.0 or later, and in OS X v10.11 and later.
To solve your issue please update your .plist file.