简体   繁体   English

如何将推送通知发送给选定的用户iPhone?

[英]How can I send push notification to selected Users iphone?

I have selected 5 users from my mobile contacts and uploaded them to server. 我从移动通讯录中选择了5个用户,并将其上传到服务器。

Now which use among five installs this application, has to fill phone number which also be saved on server. 现在使用其中五种安装此应用程序,必须填写电话号码,该电话号码也保存在服务器上。

If I press a button "Send Notification" , a push notification will be send to those five which I saved. 如果我按下“发送通知”按钮,则将向我保存的那五个发送通知。

Is it possible to send PUSH NOTIFICATION to particular persons to whom I have added in my list and on server? 是否可以向在列表中和服务器上添加的特定人员发送“推送通知”?

If yes, then how? 如果是,那怎么办?

I'd advise reading: 我建议阅读:

https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/CommunicatingWIthAPS.html#//apple_ref/doc/uid/TP40008194-CH101-SW1 https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/CommunicatingWIthAPS.html#//apple_ref/doc/uid/TP40008194-CH101-SW1

If you're using a third-party system for providing the push notifications using Urban Airship for example, then their system will be set up to discriminate against particular UDIDs. 例如,如果您使用第三方系统通过Urban Airship提供推送通知,则将设置他们的系统来区分特定的UDID。 Its certainly possible; 当然可以; implementation details will vary between different vendors. 不同供应商的实施细节会有所不同。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将推送通知发送给匿名用户的子集? - How to send a push notification to a subset of users that are anonymous? 如何向xmpp的脱机用户发送推送通知 - how to send push notification to offline users of xmpp 如何在没有 iPhone 的情况下测试 Apple 推送通知服务? - How can I test Apple Push Notification Service without an iPhone? 如何使用Java中的自定义字段发送推送通知? - How can I send a push notification with custom fields from Java? 推送通知:如何使用Pubnub将推送通知发送到特定设备? - Push notification: How can I send push notification to a specific device using Pubnub? 无法将推送通知发送到iPhone - Unable to send push notification to iPhone 如何从节点 js 发送 voip 推送通知? 我可以从 curl 但不能从节点发送 voip 推送 - How to send voip push notification from node js? I can send voip push from curl but not node 地震警报iOS APP,我们如何发送推送通知,并在一秒钟内传递到iPhone(以挽救生命) - Earthquake alert iOS APP, how can we send push notification, and deliver to iPhone in one second (for life saving) iPhone:-如何将推送通知发送到特定的电话号码 - iPhone:- How to send push notification to specific Phone number 应该使用哪个npm模块向节点js中的Apple(iphone)发送推送通知,为什么以及如何实现这一点? - Which npm module should be used to send push notification to Apple(iphone) in node js and why and how can we achieve this?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM