Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable Facebook Like in GameCenter for iOS 8?

I have update leaderboard and achievements in GameCenter using Objective-C code. But the issue is whenever I open GameCenterController using code it shows Facebook Like unavailable. How can I fix it? I had also logged into Facebook in the Phone Settings. What I have to do?

like image 379
Hassan Malik Avatar asked Aug 06 '15 07:08

Hassan Malik


1 Answers

In order to enable Facebook like in GameCenter, you need to create an App on Facebook and release it with same bundle identifier. This will enable the Facebook liking button, and maps the link to your App published on both App store as well as Facebook page.

Note: This will work only for App store environment (i.e., it won't work on Sandbox environment.)

Register your app here. Hope it helps.

like image 152
Meet Avatar answered Oct 02 '22 10:10

Meet