文件名称:iOS-Push:iOS多媒体推送总结与Demo
文件大小:5.98MB
文件格式:ZIP
更新时间:2024-05-19 16:51:09
Objective-C
iOS推送小结
介绍普通推送、多媒体推送等推送的开发。
可以实现带音视频、图片的推送,如支付宝到账语音推送、新闻类带图片推送等;交互式推送,如新闻类推送的回复跟帖效果。
推送测试可以通过Easy APNs Provider等软件进行。
普通推送基本设置
1. 创建项目,开启远程推送功能
在Cababilities中打开Push Notification开关
2. 编码
注册通知
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_10_0
#import
【文件预览】:
iOS-Push-master
----images()
--------04-content Extension.png(90KB)
--------09-RunAs.png(44KB)
--------11-contentInfo.png(45KB)
--------03-serveive Extension.png(89KB)
--------15-Interface.png(60KB)
--------10-archive.png(49KB)
--------06-content.gif(3.23MB)
--------08--run.png(13KB)
--------14-Easy_APNs_provider.png(37KB)
--------13-example.png(161KB)
--------01-pushconfig.png(47KB)
--------05-service.gif(1.07MB)
--------00-pushconfig.png(22KB)
--------10-contentExtension.png(22KB)
----ContentExtension()
--------Base.lproj()
--------NotificationViewController.h(244B)
--------NotificationViewController.m(3KB)
--------Info.plist(1KB)
--------ContentExtension.entitlements(181B)
----GodPush()
--------Assets.xcassets()
--------main.m(332B)
--------AppDelegate.h(275B)
--------AppDelegate.m(10KB)
--------GodPush.entitlements(246B)
--------Base.lproj()
--------sharedImg_thumb.jpg(17KB)
--------ViewController.h(251B)
--------sharedImg.jpg(805KB)
--------Info.plist(2KB)
--------ViewController.m(3KB)
----NotificationService()
--------NotificationService.m(2KB)
--------WeChatSight4.mp4(238KB)
--------NotificationService.h(271B)
--------emotionthumb.png(39KB)
--------Info.plist(1KB)
----LICENSE(1KB)
----CustomNoti()
--------NotificationService.m(1KB)
--------NotificationService.h(262B)
--------emotionthumb.png(39KB)
--------Info.plist(955B)
----.gitignore(1KB)
----GodPush.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(28KB)
----README.md(21KB)