Hey! I have a problem with the achievements of game center.
My problem is that when I unlocked a achievement, this opens in a infinite loop.
My achievement is in a Runtime, but in itunes connect I have “You can get it more than once” disabled.
In Google Play Game Services I works great and I have “You can get it more than once” disabled too. Only works once.
Is the same achievement in the same line of source.
My source is:
gameNetwork.request( “unlockAchievement”,
{
achievement =
{
identifier = idAchievement,
percentComplete = 100,
showsCompletionBanner = true,
},
})
Im testing on testflight.
Thanks!