cordova - how to integrate my custom created phonegap plugin from xcode in my dot net project -


i developing hybrid mobile application in dot net, have created own custom plugin using x_code , phone_gap . ways integrate plugin dot_net project.

this older question, maybe answer can down road.

this approach have taken devextreme use custom plugin , @ same time use phonegap build process.

  1. upload plugin github account.
  2. update config.xml

<gap:plugin name="your git hub package url" source="git"/>

(instead of name="" use spec="" , source="git")

note: of post there bug in devextreme if attempt @ project properties > phonegap tab studio crash. dx aware , suppose fix it.

  1. build custom template (this phonegap build portion)
  2. build project.

Comments