问题标签 [xtify]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
408 浏览

android - Xtify - 不接收推送通知 - Android

试图让 Xtify 在 Android 上运行,但没有任何运气。

我已经成功运行了演示并且可以接收推送通知。但我没有在我自己的应用程序上使用它们。

该设备已成功注册,我已经从演示应用程序中完全复制了所有内容......确保在清单中设置了所有权限/服务/接收者。

有人对它为什么不起作用有任何想法吗?

提前致谢!

0 投票
1 回答
156 浏览

cloud - XTIFY 查找提供程序包名失败。XTFY_PROVIDER

我按照http://developer.xtify.com/display/sdk/Getting+Started+with+Google+Cloud+Messaging中的说明通过 Xtify 实现 android 的推送消息,并执行我的应用程序我收到此错误:

查找提供商信息 com.example.gcmessaging.XTFY_PROVIDER 失败

在清单中,我在接收者标签上:

....
android:name="com.xtify.sdk.db.Provider" android:authorities="com.example.gcmessaging.XTIFY_PROVIDER" android:exported="false"

你能帮我看看我哪里错了吗?我会很感激帮助。

谢谢

0 投票
1 回答
260 浏览

iphone - Newsstand Notification Server

I am currently working on my first Newsstand app. The basic gist of it is there are two XML feeds. If no subscription is detected, it loads the free.xml which just has a couple of free issues on it. If a subscription receipt is detected and valid, it shows the listing of all current issues. The XML just has title, link, description, and pubDate tags in it. The link is where it is located and the app downloads it and then displays it. My issue is how to send out newsstand notifications. I know it is slightly different than regular Push, in that it has ability to trigger automatic downloads of new issues. I currently use xtify.com for standard push notifications, but I could use some guidance on how to set up notifications for the newsstand app.

0 投票
1 回答
346 浏览

android - 单击 Xtify 通知以启动 android 应用程序 | 加速器

我已经成功地将 Xtify 推送通知与我的 Titanium 安卓应用程序集成在一起。我收到通知,但是当我单击它们时,它们不会打开任何东西,只是消失了。

这是来自我的 tiapp.xml:

这是我的 app.js 文件中的 Xtify 代码:

我的发件人 ID 正确,我已经收到通知。我只想知道如果我错过了一些处理通知的代码。我认为他们至少应该自己打开应用程序。

0 投票
2 回答
262 浏览

null - XtifySDK.getXidKey() 返回 null

我正在按照 Xtify 通知的入门部分的说明执行以下操作:

而且我意识到,当我第一次注册时,它返回了Xid,但是如果我使用Eclipse再次卸载并部署它,它会在XtifySDK.getXidKey()指令中返回null。

应用目标是使用 Google API 4.0(级别 14)构建的。

我会感谢并感谢您对这些人的帮助。

0 投票
1 回答
135 浏览

android - Xtify xid 在沃达丰智能 II 注册中始终返回 null

我已经在 3 部手机中实现了 Xtify sdk 的示例,它在 2 部中工作,但有一个不起作用(无论调用 XtifySDK.start 指令的次数,XtifySDK.getXidKey() 总是返回 null。

我已经检查了我的实现的每一个步骤,它与教程一致。我已经向 xtify 支持发送了一封电子邮件,他们确认我的实施是正确的。

我正在使用带有 android 2.3.7 的 Vodafone Smart II。有没有其他人在使用这款特定手机时遇到过这个问题?

0 投票
2 回答
141 浏览

javascript - 如何在 xtify 中配置静默警报

我将 Xtify 与 ApplicationCraft 应用程序一起使用,xtify 调用在服务器上完成

问题是配置 xtify 对象以抑制视觉和听觉警报。

设置“type”:“NONE”对警报没有影响。

我的目标是在不打扰用户的情况下触发应用程序的响应(如果当前正在运行)。

0 投票
0 回答
148 浏览

android - Xtify 的 API 密钥错误?

我收到此错误消息:

这是在我的清单文件中:

API 密钥是正确的。当我问他们问题时,Xtifys 支持页面会引发错误。

有任何想法吗?

0 投票
1 回答
63 浏览

xtify - 用于发送 Xtify 推送的 C# 服务器代码

我似乎在 C# 中找不到任何示例代码来显示如何将简单的 Xtify 推送消息发送到已注册设备的列表。我已经设置并注册了我的 Android 设备以接收消息,但是如何从我的网络服务发送消息?

0 投票
1 回答
61 浏览

reactor - xtify reactor onBeforeMessage 不工作

我在主干应用程序上使用反应器http://getreactor.xtify.com/并尝试构建自定义收件箱。我使用 auto-run="false" 配置参数。然后我为 onBeforeMessage 定义一个函数

这个函数大部分时间都被调用了,但其他一些没有。第一个问题,尽管我指定了 auto-run="false" ,但为什么会触发 onBeforeMessage ?第二个问题为什么不总是触发 onBeforeMessage ?