Bruno

Results 7 comments of Bruno

`style="page-break-after:always;"` Works perfect!

Yeah, I was testing it on a Simulator, on monday i'll use a iphone 6 and let you know. I really hope this is the problem. thanks.

Got the same error testing on an iPhone 6. I have to remove the `-ObjC` flag from `Other Links Flags` on the project to work. Could the plugin not be...

@Kunze mmm, I have never actually made it without XCode, but I believe you would have to change the build command-line you're using and add this flag.

Thanks for the comments, sorry for the really late reply. What do you guys think about trying to download the specific version on the container but if it fails, download...

On older version of the facebook SDK I add this method to check facebook is installed on the user phone. ``` java public boolean isFacebookAvailable() { Intent intent = new...