Cocos Helper Bundle ID Error

  • Bug Me Games
    Likes 0

    Problem Description

    At one point I had accidently commented out

    SonarCocosHelper::GameCenter::signIn()

    which gave me two errors when calling unlockAchievement(“puzzle_1”). After I noticed it and uncommented the line I still get one of the errors:
    2016-03-06 10:29:46.631 Buzz Buzz Beeme[2823:3723367] no bundle for bundleID: (null)

    What might be causing this?

    A second problem, I don’t think is related to the Cocos Helper in any way, is that when I log into Game Center the dialog is in Arabic, even though all my settings in the app and on iTunes Connect are set to English. Has anyone ever seen this problem?

    Thanks!

  • Sonar Systems admin
    Likes 0

    The dialog on your phone?

  • Bug Me Games
    Likes 0

    Yes, the dialog that comes from Apple on my physical device (iPad Mini II). For instance, when I first initialize game center I get the little pop down menu that welcomes you back. My username is in english surrounded by brackets like normal, but the rest of the text is in another language...Arabic I think from the characters.

  • Sonar Systems admin
    Likes 0

    Does this happen in other games?

  • Bug Me Games
    Likes 0

    No, it only happens in my game. It is in English in all my other games.


  • Bug Me Games
    Likes 0

    On an iPod Touch the Game Center login screen comes up, even though I am already logged in (showing in other games). Then if I try to log in I get a bad access memory exception that puts be back in the main.m file.

  • Sonar Systems admin
    Likes 0

    Try creating a fresh new project making sure everything in Xcode is set to English and test Cocos Helper in that to see if it works.

  • Bug Me Games
    Likes 0

    I found the problem! I was going to use the “reviews” plugin from SDKBOX which comes with many languages in an external folder. The first of these is Arabic. I don’t know how but it seems that the namespaces between their languages and the automatic dropdown from Game Center must be getting mixed up.

    I don’t think this is happening in Cocos Helper but you might want to try and run it with the reviews to see if you can recreate the issue.

     

    Thanks for your help! Love Sonar yes

  • Sonar Systems admin
    Likes 0

    :D, Thanks for the feedback

Login to reply