iOS推送—用Adhoc模式在生产环境中测试Push Notifications功能

由于我现在开发的应用比较依赖消息推送。但在生产环境中(production)来测试消息推送比较麻烦.
大部分人认为只能在app发布之后,才能验证生产环境下的消息推送。其实是不对的
这篇文章,是解决如何在不提交app应用的情况下,
使用ad-hoc模式来验证消息推送(push notifications).


iOS推送—用Adhoc模式在生产环境中测试Push Notifications功能_第1张图片
1.png

把codeSign 设置我就忽略了
接着,进入XCode->Product->Scheme->Edit Scheme。修改Build Configuration为Release

iOS推送—用Adhoc模式在生产环境中测试Push Notifications功能_第2张图片
2.png

然后进行打包 savefor adhoc ipa
然后
。通过itunes装到有权限的设备上就可以验证生产证书的推送。

你可能感兴趣的:(iOS推送—用Adhoc模式在生产环境中测试Push Notifications功能)