AOne iOS SDK接入文档 本文主要介绍APP如何接入AOne iOS SDK 。 AOne SDK iOS客户端接入 1.开发者后台证书配置 1. 主APP的bundid和NE插件进程的bundid。需遵循NE插件进程的bundid是主APP的bundid.networkextension的规则。(比如主APP的bundid是com.app.example,则NE插件进程的bundid是com.app.example.networkextension) 2. AppGroup配置为group.bundid.(比如主APP的bundid是com.app.example,则group配置为group.com.app.example) 1.1.应用权限配置 1.1.1.配置主AppID的配置权限 1. 增加Identifiers 2. 选择权限 1.1.2配置NE(NetworkExtension)插件AppID的配置权限 1. 增加Identifiers 2. 选择权限 2.应用集成