tandpco / ParentingAcademyApp

0 stars 0 forks source link

Request, more than an issue #1

Open realpb opened 9 years ago

realpb commented 9 years ago

Could you create a Read Me file? One that lists the required Cordova plugins? For example, what are you using for the In App Purchases? When I do "build ios" to create an Xcode project, many functions don't work properly. Thanks, Paul

dboskovic commented 9 years ago

Hey @realpb here's the list of plugins. I'm trying to walk through a setup myself. I'm sorry, I thought ionic tracked all this.

cordova plugin add com.ionic.keyboard
cordova plugin add org.apache.cordova.console
cordova plugin add org.apache.cordova.device
cordova plugin add org.apache.cordova.statusbar
cordova plugin add com.phonegap.plugins.facebookconnect --variable APP_ID=870753449624866 --variable APP_NAME="Parenting Academy"
cordova plugin add cc.fovea.plugins.inapppurchase
dboskovic commented 9 years ago

The facebook plugin currently has issues from the main cordova repo: here's instructions on that: https://github.com/Wizcorp/phonegap-facebook-plugin/blob/master/platforms/ios/README.md

I successfully got it building by checking out the repo and running the install steps and I've updated the readme with the steps I followed. Let me know if you have additional questions

cordova -d plugin add $INSERT_PATH_TO_LOCAL_PHONEGAP_CLONE --variable APP_ID=870753449624866 --variable APP_NAME="Parenting Academy"