Hey,
on iOS7 there is no more badge sliding in on top if you solve an achievement.
Does anyone else approached this problem and has a solution already or is it up to the corona staff to fix it?
Best regards
Hey,
on iOS7 there is no more badge sliding in on top if you solve an achievement.
Does anyone else approached this problem and has a solution already or is it up to the corona staff to fix it?
Best regards
Hey Corona203,
I’m having the same problem at the moment, did you find any solutions?
Cheers.
Chris Z.
Hi,
We’ve looked into the issue but as far as we can tell its an issue on iOS 7.
A few others have had this issue as well.
Any solutions for the above issue now?
I have another problem regarding game center feature for iOS7.
I’ve an app approved by Apple. The game center achievements works perfectly in iOS6 deviecs, but becomes very unstable for iOS7 devices. The achievements (which is in group) cannot be unlocked sometimes (randomly). Sometimes, the achievement contents by gamecenter.show() is different from those by Apple’s GameCenter app.
I’ve tried to use updated daily builds to build an new version, but same problem occured. All my codes for Game Center requests are just simple and straight forward.
Any brothers got the this problem?
As dchan said, it seems to be a problem with IOS 7, not Corona’s SDK. So I would wait it out a little while until everything is settled.
@dchan/@BigZ
I know, and I’m very sure this is a problem with iOS7. But we Corona developers cannot expect Apple’s team to give us help. I believe there should be some ways to avoid the OS bug. We can only rely on Corona Team to figure it out since we are blocked from the core coding.
Hey Corona203,
I’m having the same problem at the moment, did you find any solutions?
Cheers.
Chris Z.
Hi,
We’ve looked into the issue but as far as we can tell its an issue on iOS 7.
A few others have had this issue as well.
Any solutions for the above issue now?
I have another problem regarding game center feature for iOS7.
I’ve an app approved by Apple. The game center achievements works perfectly in iOS6 deviecs, but becomes very unstable for iOS7 devices. The achievements (which is in group) cannot be unlocked sometimes (randomly). Sometimes, the achievement contents by gamecenter.show() is different from those by Apple’s GameCenter app.
I’ve tried to use updated daily builds to build an new version, but same problem occured. All my codes for Game Center requests are just simple and straight forward.
Any brothers got the this problem?
As dchan said, it seems to be a problem with IOS 7, not Corona’s SDK. So I would wait it out a little while until everything is settled.
@dchan/@BigZ
I know, and I’m very sure this is a problem with iOS7. But we Corona developers cannot expect Apple’s team to give us help. I believe there should be some ways to avoid the OS bug. We can only rely on Corona Team to figure it out since we are blocked from the core coding.
Any solution to this issue? I’m currently experiencing it, and it is quite annoying.
Here’s the code I’m using:
gameNetwork.request("unlockAchievement", {achievement = {identifier = "ID"}})
Do I need “showsCompletionBanner = true” to get the banner to show? I tried adding it to my request, but it made no difference.
And yes, it does unlock in the Game Center achievement screen. I’m just not getting the banner.
Any solution to this issue? I’m currently experiencing it, and it is quite annoying.
Here’s the code I’m using:
gameNetwork.request("unlockAchievement", {achievement = {identifier = "ID"}})
Do I need “showsCompletionBanner = true” to get the banner to show? I tried adding it to my request, but it made no difference.
And yes, it does unlock in the Game Center achievement screen. I’m just not getting the banner.
Is this still a known issue? We still don’t see any achievement banners, and the last post here was a good few months ago now.
Edit: looked on some other forums and it looks like it works on production apps, but not on sandboxed apps. Not sure if this is the case or not, but it’s what I’ve read so far.
Is this still a known issue? We still don’t see any achievement banners, and the last post here was a good few months ago now.
Edit: looked on some other forums and it looks like it works on production apps, but not on sandboxed apps. Not sure if this is the case or not, but it’s what I’ve read so far.
Our app has been rejected twice because of Game center. The problem is that Game center badge is not visible on iOS 7 devices. We have two versions of our game: for iPhone and for iPad devices. Game center works perfectly on iPhone version, it shows badges when user logs in, solves achievement etc.
We’ve successfully published our iPhone version but iPad version gives us a lot of headache since it has been rejected twice. We’ve tested on iOS 6 simulator: works great. But on iOS 7 version badge isn’t showing up. We’ve checked:user is logged in, achievements can be unlocked…but the badge isn’t visible. And AppStore is rejecting our app since they don’t see Game center in our game.
Now we are stuck knowing not what to do.
Does anybody knows how to solve this issue?
A few days ago I updated my iPad to iOS 7.1, and now I have banners showing up. Not sure if that was why it started working or not, but it could be.
We’ll update our devices on iOS 7.1 and then we’ll test it. Probably we’ll send app without Game center and then later we’ll send update of app with implemented Game center.
Thanks for your answer!
Our app has been rejected twice because of Game center. The problem is that Game center badge is not visible on iOS 7 devices. We have two versions of our game: for iPhone and for iPad devices. Game center works perfectly on iPhone version, it shows badges when user logs in, solves achievement etc.
We’ve successfully published our iPhone version but iPad version gives us a lot of headache since it has been rejected twice. We’ve tested on iOS 6 simulator: works great. But on iOS 7 version badge isn’t showing up. We’ve checked:user is logged in, achievements can be unlocked…but the badge isn’t visible. And AppStore is rejecting our app since they don’t see Game center in our game.
Now we are stuck knowing not what to do.
Does anybody knows how to solve this issue?
A few days ago I updated my iPad to iOS 7.1, and now I have banners showing up. Not sure if that was why it started working or not, but it could be.