I'm developing a Cordova plugin. Now I need to append a method to AppDelegate.m through my plugin. Is it possible?
Asked
Active
Viewed 3,150 times
1
-
1Welcome 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 Answers
-3

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