简体   繁体   English

iPhone应用程序的弹出通知

[英]pop-up notices for your iPhone apps

Hi gentlemen (and gals)! 嗨,先生们(和女友)!

I'd really appreciate any insights here.... 我真的很感谢在这里的任何见解...。

We all know bout the in-app popups that say "Confirm if the XYZ app can use your location" or other things. 我们都知道在应用程序内弹出窗口会显示“确认XYZ应用程序是否可以使用您的位置”或其他信息。 These are like windows of notices that pop up in-app. 这些就像在应用程序中弹出的通知窗口一样。

I'd like to be able to 1. choose a user of my app 2. send them a in-app popup message of my choice anytime... ALL done from server-side after the app is already distributed on the Appstore 我希望能够1.选择我的应用程序的用户2.随时向他们发送我选择的应用程序内弹出消息...在应用程序已分发到Appstore上后,全部在服务器端完成

Hypothetical example ....So an example of this is i can see a user who has not filled out their profile and we (from admin side) can send them a in-app popup that says "User, please fill out your profile!". 假设的示例...。这样的示例是我可以看到一个用户没有填写其个人资料,我们(从管理员方面)可以向他们发送一个应用内弹出窗口,其中显示“用户,请填写您的个​​人资料! ”。 Just an example. 只是一个例子。

Client-side wise.... What would we need to do in XCode (what libraries, etc) before we submit it to the appstore? 客户端方面。...在将XCode提交到App Store之前,我们需要在XCode中做什么(什么库等)? To allow our serverside to do this anytime later? 要允许我们的服务器端稍后再执行此操作?

Thank you very much! 非常感谢你!

It's call "Push Notification" that you can choose specific user with device UDID. 您可以选择具有设备UDID的特定用户称为“推送通知”。

You can also study from these question . 您也可以从这些问题中学习。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM