Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-1188

Update Plugin Upgrade Guide for new iOS plugin signature (old one still supported, but deprecated)

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.0
    • 2.1.0
    • cordova-ios
    • None

    Description

      The new signature is:

      - (void) myMethod:(CDVInvokedUrlCommand*)command;
      

      the old signature was:

      - (void) myMethod:(NSMutableArray*)arguments withDict:(NSMutableDictionary*)options;
      

      Most of the core plugins have been migrated.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: