MiPushSDK 2.2.8× TestsTested ✗ LangLanguage Obj-CObjective C License Custom ReleasedLast Release Nov 2017Maintained by appwgh.Installation Guide×Installation Guide for MiPushSDKYou want to add pod 'MiPushSDK', '~> 2.2' similar to the following to your Podfile:target 'MyApp' do pod 'MiPushSDK', '~> 2.2' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try MiPushSDKSee PodspecGitHub RepoHomepagePage on CocoaPods.orgMiPushSDK 2.2.8Byxiaomidarkerk/MiPushSDKGitHub RepoMiPushSDK ============ 小米推送SDK for iOS,和小米官方同步。 重要! SDK 2.2.8 修复Xcode9报 UI 操作没有在主线程中执行的问题 修复其他已知bug SDK 2.2.4 修复unregisterMiPush之后无法重新注册的问题 修复偶现的crash问题 SDK 2.2.2 新增客户端获取RegID的方法:getRegId。 修复长连接可能引起的无法发送至APNs的问题 SDK 2.2 新增对IPv6-Only的支持,优化长连接功能。