iphone - Where to put native code for Phonegap 3.0 plugin? -
i upgraded 1 of projects phonegap 3.0 , wondering proper methodology developing custom plugin. i'm following echo plugin example developer docs. should echo.h , echo.m files go in plugins folder in project root, or within plugins folder specific platform being built?
i tried echo plugin ios , it's working me. put echo.h , echo.m under platforms/ios/testproject/plugins/. root folder plugins keep plugins download command line. auto installed when make ios, android or other platforms.
Comments
Post a Comment