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
11
votes
1 answer

android push notification service comparison

Can anyone give me a comparison for android push notification services. Mainly I want to compare these services. MQTT - http://mqtt.org/ XTIFY - http://xtify.com/ Mobile Push - https://labs.ericsson.com/apis/mobile-push/ Google's C2DM server
Saurabh
  • 22,743
  • 12
  • 84
  • 133
3
votes
2 answers

GCM with xtify. Doesn't register the device

I'm trying to implement push with Google Cloud Messaging. I make all the steps of http://developer.xtify.com/display/sdk/Getting+Started+with+Google+Cloud+Messaging but the device doesn't appear in Test Implementation. My appkey is Development. I…
user1852854
  • 199
  • 1
  • 1
  • 11
2
votes
1 answer

Push Notification not working if we force stop the app mannually

I have moved my app notification code from C2DM to GCM. In this i have a inbox for notification. Everything is working as expected. But notification doesn't work in below scenario: I have installed the app. If I send notification, it comes to…
user932205
  • 37
  • 1
  • 7
2
votes
1 answer

Xtify Integration For Dreamweaver Phone app

I am creating my first native phone application using dreamweaver and phonegap build service, one of the most important features I need is the ability to send push notifications. That being said I am having a hard time finding a tutorial on…
2
votes
1 answer

Xtify Payload - Server Error

I am attempting to send a push notification to both android and iOS using xtify. I am able to do this, however, the payload information doesn't appear to be working for me. If I remove the payload, the request succeeds, but adding the payload…
tboling1
  • 488
  • 4
  • 13
2
votes
1 answer

How does Xtify registration works?

I am currently implementing a push notification feature on my project. I managed to use xtify for doing this since it is a good wrapper for interacting with Google's C2DM services. Now, as most of you probably know : xtify uses an identifier called…
kaffein
  • 1,766
  • 2
  • 28
  • 54
1
vote
0 answers

Android Intent Service Class cast exception while doing App upgrade

I have used an Intent service to schedule service calls for some interval. This service is also declared in Androidmanifest file. And then I have created a new Intent Service with different name. Then I commented out the Intentservice1 and declared…
fargath
  • 7,844
  • 6
  • 24
  • 36
1
vote
1 answer

OpenSSL warning on Google Play Worklight 6.2.0

I have an app published on Google Play and I received an email saying that my app have an issue with Cordova version and OpenSSL version. I downloaded and applied a fix on my app for WorkLight 6.0.2 and rebuild and redeployed to Google Store. The…
1
vote
1 answer

Xtify integration in Worklight / Dojo

I have an app developed in Worklight 6.2, using DoJo framework, and I want to integrate it with Xtify. By reading the integration tutorial, I found a problem in the 7th step: Step 7: 1.Perform the following steps to edit your main activity class:…
1
vote
1 answer

Failed to incorporate iOS SDK

XCODE 6.0.1 IBM Push Notification SDK for Apple iOS 2.7.3 I created new project(So my app is just hello world app), and I followed the steps below. Implement the IBM Push Notification SDK for Apple iOS within your…
satohiro
  • 267
  • 1
  • 10
1
vote
2 answers

Is there a built in mechanism for server push on Android?

Is there a built in mechanism for server push on Android? What I want to achieve is to start an application based on a server request (without involving SMS, only data connection). Is this possible without having a service always…
Flav
  • 217
  • 5
  • 17
1
vote
1 answer

Xtify : When will a Xid be marked as Inactive

When does the Xtify mark an Xid as Inactive? I uninstalled an Xtify App but the Xid is still shown in the Xtify console. When I attempt to send a notification to the uninstalled app's Xid, the request is accepted. Can you please specify all the…
Srikanth K M
  • 109
  • 1
  • 10
1
vote
0 answers

Unable to get xtify Provider (ClassNotFound exception)

I've implemented the xtify sample in Android that I download from http://developer.xtify.com/display/sdk/Download+the+Xtify+SDKs and created an gcm application in console as described in getting started, but when I execute I get this error: FATAL…
1
vote
2 answers

How to configure silent alerts in xtify

I am using Xtify with an ApplicationCraft app, the xtify call is done on the server return ssj.httpRequestAdv("http://api.xtify.com/2.0/push", "POST", JSON.stringify(objXtify), "JSON", {"Content-Type":"application/json"}); The problem is…
CJW
  • 11
  • 2
1
vote
2 answers

XtifySDK.getXidKey() returns null

I'm following the instructions as the Getting Started section for Xtify notifications doing the following: Context myAppContext = getApplicationContext(); XtifySDK.start(myAppContext , MyApp.XTIFY_APP_KEY, MyApp.SENDER_ID); String xid =…
1
2 3 4 5