zoukankan      html  css  js  c++  java
  • iOS开发申请组播广播权限

      iOS14以后,使用组播广播功能需要申请权限。

      1、申请地址:https://developer.apple.com/contact/request/networking-multicast;

      2、填写相应的App Information,提交了等待审核;

      3、等待几天,审核通过了会给你发邮件:Your request to use Multicast Networking was approved. You can now add the Multicast Networking entitlement with your Provisioning Profile.

      4、登录开发者账号,证书管理界面,在AppID的配置界面,增加对应权限:Additional Capabilities中,把Multicast Networking给勾上;

      5、重新生成Profiles里对应的证书;

      6、在工程里配置.entitlements文件,增加一项。Key:com.apple.developer.networking.multicast  type:boolean  Value:YES

      7、在Info.plist文件中,添加本地网络使用权限:Privacy - Local Network Usage Description

      权限问题解决完毕,组播广播功能可以正常开发使用了。

  • 相关阅读:
    SSM框架整合以及书籍管理CRUD系统
    FastJson将Java对象转换成json
    2016 USP Try-outs The Knapsack problem
    HDU6624
    杂题
    AtCoder Grand Contest 049 Increment Decrement
    Codeforces Round #684 (Div. 1)
    World Finals 2014 I
    bzoj1892
    CF1307G
  • 原文地址:https://www.cnblogs.com/yyt-hehe-yyt/p/15028849.html
Copyright © 2011-2022 走看看