Questions tagged [xtify]

A tool to send Push Notifications for iOS, Android, and Blackberry mobile applications

Xtify offers free and paid services for creating, scheduling and sending push notifications to Android, iOS and BlackBerry devices. The platform also supports PhoneGap Android & iOS.

Xtify monitors questions asked by the community and assists wherever possible.

Xtify website

73 questions
0
votes
1 answer

xtify + phonegap enable sound and vibration

I'm building in app with Phonegap and Xtify for pushing messages. I receive the messages but no sound and vibration. How to enable them? There's no function in XtifyCordovaPlugin.js. There's only a function in the SDK named…
0
votes
2 answers

Xtify Cordova not receiving gcm push in app (only on launch from push)

Freshly downloaded XtifyCordovaSample 1.3.1 - correctly configured and receiving gcm push messages, however cordova (javascript) only receives them when they are launched from the notification center. I would expect the example "Notification…
Peter Madsen
  • 419
  • 5
  • 6
0
votes
2 answers

What is diffrence implementing xtify using GCM and xtify using XMPP in android?

if we are implementing the push notification in android then What is diffrence implementing xtify using GCM and xtify using XMPP in android ?
arun jagga
  • 87
  • 1
  • 11
0
votes
1 answer

Using XTIFY to send rich text message through PHP

Do any one of you know how to send rich text xtify message using php. I am using xtify's GCM API and it works fine if I send a normal message. But How can I send a rich text message? I am trying to get some information from…
nasaa
  • 2,701
  • 8
  • 47
  • 76
0
votes
1 answer

Xtify Cordova Plugin hangs on "inProgress" error during registration

I've just installed the Xtify Cordova plugin for android. After following the implementation guide, I am having trouble registering a new user. It is stuck on an "inProgress" error. Here is the deviceready event function: var…
Bob
  • 31
  • 2
0
votes
1 answer

getXidKey() returns null on API below 16. Android Xtify SDK GCM implementation

We have implemented Xtify SDK 2.1.0.2 and it works perfectly on API 16. If I run it on any AVD with API level below 16 it doesn't register and I don't get the xtify XID. XtifySDK.start(getApplicationContext(), XTIFY_APP_KEY,…
cminatti
  • 4,596
  • 2
  • 19
  • 8
0
votes
1 answer

Custom Action For Xtify Push Notification

I use Xtify's web service for push notifications. They have a way to perform custom action on click, but I'm not sure I'm understanding how to do it. Basically, I want the custom action to allow me to choose which tab to open the app to. Their…
user717452
  • 33
  • 14
  • 73
  • 149
0
votes
1 answer

Getting "503 Rate Limit Exceeded" from Xtify Push API

I'm sending push notifications through Xtify 1.3 API and at top loads receiving in response an HTML message instead of JSON:

503 Rate Limit Exceeded

Currently I'm sending the requests using 20-thread QUARTZ…
Alex
  • 3
  • 1
0
votes
1 answer

ios Xtify push api 415 status code when trying to send a payload to instant push

I'm trying to send an payload to Xtify 2.0 push api. I tried from both my iOS app using this code : - (void)sendPushToXids:(NSMutableArray *)xids { ASIFormDataRequest *req = [[ASIFormDataRequest alloc] initWithURL:[NSURL…
user1078065
  • 412
  • 1
  • 5
  • 19
0
votes
1 answer

Xtify 2.0 Message to xtify server accepted with 202 but not reaching the device

I am stuck with sending push message from my server to xtify 2.0 c2dm. When I use the xtify console to test the push it works but when I send it from my server to xtify it is accepted with 202 status code but the message doesn't reach the…
dharmin007
  • 1,612
  • 16
  • 17
0
votes
2 answers

xtify return me code 3000

I am trying to use xtify push with production certificate and adhoc provisining but when I am running sample of xtify after setting up proper certificate and try to install application it is showing the code 3000 error in console as shown…
-2
votes
1 answer

Worklight Hybrid application with Xtify console for push notification

Please help me, I have created one work light hybrid application in eclipse after that i have to integrate that application with "XTIFY" console for push notification how? If you have any guides please share with me for this or if you have any…
Arun
  • 1
  • 3
-2
votes
1 answer

Retrieve values from notification using JSON PAYLOAD android

I am in a situation , where my webservice sends me notification which includes { "apiKey": "xxxxx-xxx-xxx-xxxx-xxxxxxx", "appKey": "xxxxx-xxx-xxx-xxxx-xxxxxxx", "sendAll": true, "content": { "subject": "Test Lottery", …
karthik
  • 29
  • 1
  • 7
1 2 3 4
5