ios 面向目标 c 初学者的推送通知教程

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/9077543/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-30 16:35:24  来源:igfitidea点击:

push notification tutorial for beginners in objective c

iphoneiosipadios-simulatorpush-notification

提问by Krunal

I am very new to iPhonedevelopment,

我对iPhone开发很陌生,

I want some tutorials of push notificationin iPhone, I searched in google, but I didn't find any

我想要一些push notificationin 的教程iPhone,我在谷歌搜索,但我没有找到任何

can any one help me out?

谁能帮我吗?

Thanks In Advance !!

提前致谢 !!

回答by iamsult

If you had searched properly you could have got lot of tutorials. Anyways hereis one with proper explanation.

如果你搜索得当,你可能会得到很多教程。无论如何,这里有一个适当的解释。

回答by Abizern

Rather than trying to find canned code and tutorials from Google, Try reading the Local and Push Notification Guide.

与其尝试从 Google 查找预制代码和教程,不如尝试阅读本地和推送通知指南

Or, if you want a more user friendly introduction - have a look on iTunesU for the Stanford CS193 iOS course. It's free and you can see a video of the lecture on push notifications.

或者,如果您想要更友好的介绍 - 请查看 iTunesU 上的斯坦福 CS193 iOS 课程。它是免费的,您可以观看有关推送通知的讲座视频。