希望你们都会没事。
当设备被锁定时,我面临一个与如何在推送通知上设置不同文本有关的小问题。我附上图片来说明。

在图中,您可以看到在push通知警告下面写的文本是幻灯片来回答。当我向另一个人发送推送通知时,他们会让幻灯片查看
因此,我的问题是,我们如何改变它,因为设备是锁定的,我们没有任何访问推送通知。只有web服务器和操作系统才能访问该推送。
你们有什么建议吗?
谢谢-
发布于 2014-05-26 08:42:29
发布于 2014-05-26 08:09:55
创建/编辑此文本文件:
/YOURTHEME/Bundles/com.apple.springboard/en.lproj/SpringBoard.strings
并添加以下案文:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN""http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AWAY_LOCK_LABEL</key>
<string>slide to unlock</string>
<key>POWER_DOWN_LOCK_LABEL</key>
<string>slide to shut down</string>
<key>SLIDE_TO_ANSWER</key>
<string>slide to answer</string>
</dict>
</plist>希望这有帮助
从这里取走..。http://modmyi.com/forums/winterboard/436941-slide-unlock-text-change.html#post2858481
https://stackoverflow.com/questions/23865230
复制相似问题