Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-7043 iOS 8 Support
  3. CB-6999

[iOS 8] property "statusCode" of CDVHTTPURLResponse conflicts with superclass property statusCode of NSHTTPURLResponse

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Master
    • 3.6.0
    • cordova-ios
    • None
    • iOS 8 beta 2

    Description

      iOS 8 - the base class NSHTTPURLResponse finally implements this property.

      CDVHTTPURLResponse subclass:
      @property (nonatomic) NSInteger statusCode;

      NSHTTPURLResponse superclass:
      @property (readonly) NSInteger statusCode;

      Attachments

        Activity

          People

            shazron Shazron Abdullah
            shazron Shazron Abdullah
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: