1

I'm developing a Cordova plugin. Now I need to append a method to AppDelegate.m through my plugin. Is it possible?

Miller Chen
  • 11
  • 1
  • 2
  • 1
    Welcome to StackOverflow. Check the StackOverflow's help on asking questions first, please. Focus on [How to ask a good question](http://stackoverflow.com/help/how-to-ask) and [How to create a Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve), but also other [help topics](http://stackoverflow.com/help/asking) would be useful. – David Ferenczy Rogožan Jan 13 '16 at 02:19

1 Answers1

-3

Possibile duplicate of this question.

New plugin's repository link is this.

Community
  • 1
  • 1
Matteo Basso
  • 2,694
  • 2
  • 14
  • 21
  • Thanks for your reply. But I want add method to AppDelegate.m, not overriding it. Do you have any command? Thanks. – Miller Chen Jan 21 '16 at 00:33