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
1
vote
1 answer

XTIFY failed on find provider packagename.XTFY_PROVIDER

I'm following the instructions in http://developer.xtify.com/display/sdk/Getting+Started+with+Google+Cloud+Messaging to implement the push messages for android throught Xtify, and executing my app I get this error: failed on find provider info…
1
vote
1 answer

Xtify - Not Receiving Push Notifications - Android

Trying to get Xtify working on Android, but not having any luck. I have successfully ran the demo and can receive push notifications with that. But I'm not getting them on my own app. The device gets successfully registered, and I've copied…
Tspoon
  • 3,670
  • 1
  • 26
  • 33
1
vote
0 answers

iOS API 2.0 Retrieving the XID

I am using the latest SDK for iOS and I have put the suggested code in init method of my appDelegate: [[XLappMgr get] setInboxDelegate:self]; [[XLappMgr get]setDeveloperRegisterNotificationSelector:@selector(doSomethingAfterRegister:)]; [[XLappMgr…
spapax
  • 23
  • 3
1
vote
1 answer

How can I cancel a notification with xtify?

I'm using xtify to send GCM notification. I receive it with OnMessage event but I want to keep this notification, modify it and send the new one. But I receive the two notifications. How can I cancel the first one? If I decide not show it, it works.…
user1852854
  • 199
  • 1
  • 1
  • 11
1
vote
1 answer

Pushnotification in xtify in iPhone

In my app i have to Use Xtify for Pushnotification. http://developer.xtify.com/display/sdk/Download+the+Xtify+SDKs Using this i download ios sdk and register my application and got my AppKey and replace it in XtifyGlobal.h Now,After that i…
Harin
  • 867
  • 11
  • 23
1
vote
1 answer

How can I deduct the Badge Counter on iOS by one every time the user reads a Push Notification from the tray?

I'm using the Xtify plug in through Application Craft. After looking at Xtify's help page: http://developer.xtify.com/display/sdk/PhoneGap+Cordova+for+iOS+Xtify+Integration+Guide at the section: To Manage the Badge Count I found a set of functions…
1
vote
1 answer

Leak in Xtify iOS SDK 2.06

I am using the iOS SDK 2.06 and I noticed a leak when an alert is received. The leak seems to start in XLappMgr at -(void)appDisplayNotification:(NSDictionary *)pushMessage withAlert:(BOOL) alertFlag lastPush=[[NSDictionary alloc]…
spapax
  • 23
  • 3
1
vote
1 answer

Doesn't works the Xtify getting started example

I'm working in a project that uses Xtify, and I'am trying with the getting started example, but I have problems. The example doesn't work. I get this in the LogCat: error opening trace file: No such file or directory(2) This is my…
Raúl Omaña
  • 883
  • 6
  • 10
1
vote
1 answer

iPhone not receiving push notifications - Appcelerator/Xtify

I am currently working on a mobile project using Appcelerator and Xtify to handle push notifications. My iPhone token has been archived and registered to Xtify successfully(it is listed on Xtify portal), but when I tried to send push notification…
dee
  • 23
  • 3
1
vote
1 answer

Xtify Framework and ASI-HTTP-Request Duplicate Symbols

Recently I created an app in which ASI-HTTP-Request and Urban Airship was used, it was successfully submitted to the Apple App Store, now our client wants to migrate to xtify, but as I follow the steps to integrate Xtify in our app, I face duplicate…
Sharon Nathaniel
  • 1,467
  • 20
  • 28
1
vote
0 answers

Xtify push messages are not received on BlackBerry

I have created an account on Xtify for receiving push messages via BIS on Blackberry. Sample application that ships with Xtify SDK works fine and registration requests' responses are successful(As shown on the sample app screen). Finally it prints…
user1177489
  • 157
  • 2
  • 7
1
vote
0 answers

Not receiving pushes in xtify GCM sample app

I have built the xtify sample app and installed it on a device. Through the xtify console, I can see that my device is registered. When I use the "Test Implementation" feature of the xtify console, I receive the message. However, broadcasts (both…
seanicus
  • 1,141
  • 4
  • 19
  • 40
1
vote
1 answer

Does xtify support Automatic Reference Counting (ARC)?

I need to implement the push notifications for one of my projects. So I'm looking for third party solutions, I ended up with two of them : 1- Urban Airship. 2- Xtify. I did some research into the matter and found out that Urban Airship doesn't…
Noaza
  • 13
  • 3
1
vote
1 answer

Xtify iOS API 2.0 Retrieving the XID

How do I know when an xid is available after I register the deviceToken to the Xtify Manager? I am doing this: - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { XLXtifyOptions…
Dylan
  • 2,614
  • 2
  • 18
  • 21
1
vote
2 answers

how to get PAYLOAD value from xtify sdk in android?

i'm using new xtify sdk, in which i tried this below code, @Override public void onMessage(Context context, Bundle msgExtras) { Log.i(TAG, "-- Notification recived"); Log.i(TAG, "Notification Title: "+…
Rahul Upadhyay
  • 3,493
  • 2
  • 21
  • 37