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.

facebook报错了,咋怎

什么情况下出现这个报错

导出,上传facebook的时候提示的报错。

参考下帖子这个回复
https://forum.cocos.com/t/facebook/69976/7?u=337031709

还是报错

名字改为fbapp-config.json
不能用加了md5的名字,需要手动删除名字,内容如下:

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

用模板build-templates都没用,一样会有md5命名,需要手动修改。。。