【发布时间】:2018-03-03 20:28:13
【问题描述】:
我想在我的 iOS 推送通知中设置一个计时器。就像它从屏幕顶部下来时一样,我想让它说 You have \(time - 1) seconds to respond! 我该如何编码?
【问题讨论】:
-
你不能。通知来自 APNS(Apple 推送通知服务器)
-
不显示 Apple 的推送通知横幅,而是创建自己的横幅以在应用打开时显示。
标签: ios swift swift3 apple-push-notifications