October 2014
Intermediate to advanced
332 pages
6h 56m
English
After completing our plugin implementation, we can publish our SMS plugin to the Apache Cordova Registry. Before publishing our custom SMS plugin, let's revise our final SMS plugin structure. The following screenshot shows the final structure of our custom SMS plugin:

Hierarchy of our final plugin structure
As shown in the preceding screenshot, the final structure has the following main additions:
wp8 directory under the src directory; it has our wp8 plugin implementationREADME.md file that explains the purpose of the plugin and an example of its usageNow, after understanding the final structure ...
Read now
Unlock full access