# agc-remoteconfig-codelab-ObjectiveC **Repository Path**: appgallery_connect/agc-remoteconfig-codelab-ObjectiveC ## Basic Information - **Project Name**: agc-remoteconfig-codelab-ObjectiveC - **Description**: AppGallery Connect Remote Configuration allows you to change the behavior and appearance of your app online without requiring users to update the app. With the service, you can provide tailored experience for your users in a timely manner. - **Primary Language**: Objective-C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-27 - **Last Updated**: 2021-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Remote Config QuickStart ## 介绍 AppGallery Connect远程配置服务提供了在线的配置参数管理能力,可以实现应用在线更改行为和外观,而无需用户下载应用更新。AppGallery Connect远程配置服务提供云端服务,管理台和客户端SDK,应用集成客户端SDK后可以定期获取远程配置管理台配置下发的参数值,实现客户端行为和UI的修改。 ## 安装环境 在使用quickstart 之前,开发者需要配置好iOS开发环境 ## 支持环境 XCode8.0及其以上版本。 ## 配置 在运行quickstart前,您需要 1、如果没有华为开发者联盟帐号,需要先注册帐号并通过实名认证。 2、使用申请的帐号登录AppGallery Connect网站创建应用,软件包类型选择“iOS”。 3、开通远程配置服务(详见开发指南)。 4、在AppGallery Connect 网站上下载agconnect-services.plist文件,并添加到工程中。 ## 许可证 auth quickstart is licensed under the [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).