阿里云移动推送 ios项目添加SDK步骤

添加阿里云Pods仓库和各产品SDK Pod依赖,配置步骤如下:

1. CocoaPods集成添加阿里云Pods仓库,Podfile添加:

source 'https://github.com/aliyun/aliyun-specs.git'

2. 根据集成需要,添加各产品SDK Pod依赖,例:添加移动推送iOS SDK依赖

pod 'AlicloudPush', '~> 1.9.8'
原文地址:https://www.cnblogs.com/buxiangxin/p/10394233.html