flutter 集成 jpush 坑爹小计 baipeng 2019-03-19 技术 flutter, tech, 技术 0 评论 字数统计: 53(字) 阅读时长: 1(分)123456重点 iOS端 要设置 production 的值 否则编译启动会出错,因为iOS的代码访问这个变量为空值,没有处理 jpush.setup( appKey: "6f1d31c55f7f0ff78e2b5148", channel: "theChannel", production: true, debug: true);