flutter IOS开发配置备忘录

1、下载flutter安装包

https://flutter.dev/docs/development/tools/sdk/releases?tab=windows#macos

2、配置mac环境

https://flutterchina.club/setup-macos/

3、修改环境变量设置

https://blog.csdn.net/qq_15111861/article/details/80750240

4、在命令端执行 flutter doctor,根据缺少的提示进行安装

5、如果git下载速度太慢,可以修改hosts地址

https://www.jianshu.com/p/a9e1fd5dff68

6、通过appstore  创建应用

https://itunesconnect.apple.com/

7、配置推送服务

https://www.jianshu.com/p/adfce0921c09

8、使用fluwx插件授权微信要配置URL Schemes

identifier填写 “weixin” ;URL Schemes 填写微信移动应用对应的appid,可参考以下配置位置

https://blog.csdn.net/zzl819954692/article/details/84561614

同时还要再Info.plist 加入以下内容

<key>LSApplicationQueriesSchemes</key>
<array>
<string>weixin</string>
<string>wechat</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>

9、打包上架到appstore:打开xcode9或者更高版本,找到导航栏Product,下拉选择archive,然后根据以下图示进行操作

https://blog.csdn.net/lfl18326162160/article/details/84666734

10、如果只是上传iphone应用,点击主项目Runner-TARGETS-General-Deployment Info-Devices,然后选择iPhone

 

 

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值