-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overwriting AppDelegate to avoid unnecessary copy and pasting #77
Comments
And aslo I tested the cordova hacks you are refering to in readme, so far working all right with FacebookSDK 4. So no problem throw these changes too... |
Hi there, I skimmed your changes and they all look fine to me.
That brings me to the real problem about this repo, recently I changed jobs (and countries, and continents actually). So, I have neither time to contribute nor an Apple setup (no Mac or iPhone). I hope to contribute later though. So, what I would suggest,
Thanks again for the great work. |
@koraybalci the get/set scores removal is no big deal (lets keep this if neccessary), the breaking change for me was a fix with AppDelegate and variables. I do have plans to implement this plugin to ngCordova plus write some appium tests to make sure everything working all right so, give me some time and I will do a pull request with all features. |
@huttarichard tried your version, you've updated the docs, but iOS 4.1.0 isn't working, as there is no FacebookSDK.framework inside of it? |
@hirbod please be more specific, whats is exactly wrong? the FB sdk is there https://github.com/huttarichard/cordova-facebook/blob/master/plugin.xml#L72 https://github.com/huttarichard/cordova-facebook/tree/master/src/ios |
@hirbod I just try my plugin out and it's working for me, so this is obviously about enviroment. I would love to find out whats going on ... |
Hi guys, great work...
I found your plugin yesterday and I take chance to little bit modify the plugin.
But I want to ask, do you want a pull request for overwritten AppDelegate method?
It will make installation much easier.
Take a look here:
https://github.com/huttarichard/cordova-facebook/tree/master/src/ios
The text was updated successfully, but these errors were encountered: