Instant Games - Bundle Config is Missing

0 favourites
  • 11 posts
From the Asset Store
Game with complete Source-Code (Construct 3 / .c3p) + HTML5 Exported.
  • Hi all,

    I tried uploading my game to Instant Games today and i get the below message. I have tried uploading older versions of my game ( which work, and have already been uploaded and that i can set to "Production" and work fine ) but i get the same message. Does anyone know what is happening here?

    "Bundle Config is Missing

    You must include a bundle config in your upload. To create a bundle config, please refer to: https://developers.facebook.com/docs/games/instant-games/sdk/bundle-config."

    Thanks,

    Peter

  • Yes they have done an anouncement of this. Visit the iG dev forum.

    The bundle must include info of the nav bar setting

  • Thanks Fred,

    I was actually gonna IM you cause i thought you might know what was going on :)

    Much appreciated,

    Peter

  • Can you tell me how i can fix this with my upload to instant games? Do i need to modify code? Or create a new file? Sorry for being an idiot :)

    Thanks,

    Peter

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • you need to create a new file and include in your zipfile. the file should be named fbapp-config.json

    you have detailed info of the content in the FB IG documentation

  • Hello, I still can not configure the fbapp-config ... what is the IG forum that you refer, I would pass the link since I can not find it. Thank you

  • facebook.com/groups/instantgamedevelopers

    you just need one line in the fbapp-config file, where you specify the nav bar. it is all well documentet in the bundle config references

    try this short code

    make sure you save the file encoded in UTF-8

  • Did you guys managed to make it work? I've been trying without luck. After creating the json file I get this error:

    "The bundle config file included in this upload has an invalid configuration: fbapp-config.json contains invalid JSON."

    Not sure if I am creating the file correctly.

  • Use this:

    {

    "instant_games": {

    "orientation": "LANDSCAPE",

    "navigation_menu_version": "NAV_FLOATING"

    }

    }

    Make sure you save as a plain text file.

  • Yes it works fine.

    With the above lines.

  • fredriksthlm

    Thank you very much my good man. As always you are incredibly helpful when it comes to Instant Games. Your suggestion worked perfect, thanks!

    Peter

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)