How to enable Facebook Like in GameCenter for iOS 8?
Asked Answered
F

1

5

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?

Felecia answered 6/8, 2015 at 7:55 Comment(1)
i am jst setting score and achievement and nothing more ,just need to know know to enable facebook liking?Felecia
P
9

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.

Pamilapammi answered 6/8, 2015 at 8:13 Comment(2)
do i have to integrate Facebook SDK and code for its integration in Project for likeButton ?Felecia
No, you don't need to integrate Facebook SDK for that. You just need to publish your App from Facebook.Pamilapammi

© 2022 - 2024 — McMap. All rights reserved.