Facebook上传报错

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

此次上传的文件中包含的捆绑包配置文件具有以下无效配置:Must specify property ‘navigation_menu_version’ in bundle config: https://developers.facebook.com/docs/games/instant-games/sdk/bundle-config.

增加一条就好

嗯 是的 这个问题我们也在已经确认了 谢谢反馈

加了还是有问题

如何解决,加了还是报错

123263350 你好 修改fbapp-config.json文件中的json数据为如下

{
  "instant_games": {
    "platform_version": "RICH_GAMEPLAY",
    "navigation_menu_version":"NAV_FLOATING",
    "custom_update_templates": {
      "play_turn": {
        "example": "Edgar played their move"
      }
    }
  }
}

似乎……不行……
仍然提示:
{“error”:{“message”:“An unknown error occurred”,“type”:“OAuthException”,“code”:1,“error_subcode”:1540097,“is_transient”:false,“error_user_title”:“Bundle Config is Missing”,“error_user_msg”:“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.",“fbtrace_id”:"Cvd4Rmrf26x”}}

打包的时候有没有用md5?有的话配置文件名改一下。

1赞

勾选了MD5,fbapp-config.******.json文件名字需要改成fbapp-config.json,希望官方早点解决这个问题,涉及到打包上传

2赞

creator2.0.7
软件模板里面格式是正确的,

打包出来以后

这句 “navigation_menu_version”:“NAV_FLOATING”, 就没了。
谁能解释下为什么?应该怎么去修改呢

@337031709 求解决下为什么

稍等,这个问题明天我一起回复。

2.0.7打包出来的fbapp-config.json是正确的哦,确认下是不是你改了什么

你好 打包facebook instant game的资源包在最后一步压缩的时候报错(栈溢出)了 版本2.0.10
目前没有升级引擎的排期 看到2.4.0已解决了 可否告知修改方案呢