ios - Urban Airship 不更新 iOS 上的标签
<p><p>我正在尝试更新我的 iOS 设备上的标签。代码看起来像</p>
<pre><code>NSArray* tags = @[@"some-tag", @"some-other-tag"]; // Tags are actually 55 characters long
UAPush* push = ;
;//update locally
;//update server
NSLog(@"Updated tags %@", push.tags);
</code></pre>
<p>push.tags 打印正确。但是在 UA Audience 页面上,我可以看到标签尚未更新。
为了让事情变得更奇怪,API 调用 <code>https://go.urbanairship.com/api/device_tokens/{{token}}</code> 返回不同的标签,然后是我设备上的标签并显示在 UA Audience 页面中。 </p>
<p>这可能是什么原因造成的? </p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>Urban Airship 因新设备 token 大量涌入而导致特定应用的注册事件出现延迟。额外的设备 token 由 iOS 7 创建,作为每个生产应用配置的新设备 token 的一部分。</p>
<p>截至本文发布时,应清除注册延迟。</p></p>
<p style="font-size: 20px;">关于ios - Urban Airship 不更新 iOS 上的标签,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/18945759/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/18945759/
</a>
</p>
页:
[1]