ios - OneSignal 可变内容 iOS 10
<p><p>我是 StackOverflow 的新手,但我遇到了这个问题,我实现了处理新的 iOS 10 丰富通知的所有内容,但我的推送通知服务 (OneSignal) 不允许我在发送推送通知时配置有效负载。它只是让我在与 aps 相同的级别添加自定义参数,但我需要在 aps 中添加“可变内容:1”。有人知道怎么做吗?</p>
<p>谢谢!</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>OneSignal 今天刚刚发布了一个 <code>mutable_content</code> 选项。在 OneSignal <a href="http://documentation.onesignal.com/docs/notifications-create-notification" rel="noreferrer noopener nofollow">create notification</a> 的有效负载中将其设置为 <code>true</code> REST API POST 调用。</p>
<pre><code>"mutable_content": true
</code></pre></p>
<p style="font-size: 20px;">关于ios - OneSignal 可变内容 iOS 10,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/39237469/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/39237469/
</a>
</p>
页:
[1]