I just installed Phonegap for the first time and just browsed through the docs. What confuses me is the fact that some docs are using the command \"phonegap\" and some \"cor
I found this difference which forced me to use a mixed bag of phonegap and cordova cli commands when building my app:
'phonegap plugin add' couldn't handle command line parameters correctly, whereas 'cordova platform add' works flawlessly
The command I use is:
'cordova plugin add https://github.com/crittercism/PhoneGap.git --variable IOS_APP_ID="[my_license_key]"
Note I am using phonegap 3.5