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
2 answers

Xtify 2.5 ARM64 Missing

I added the new xtify 2.5 library to my app to update it on iOS. Every time I try to compile I get error missing required arm64 architecture message. What am I messing up on?
user717452
  • 33
  • 14
  • 73
  • 149
0
votes
1 answer

xtify GCM doesn't work anymore

A few months ago I implemented xtify SDK for Android GCM and it used to work well (the instruction XtifySDK.getXidKey(getApplicationContext()) returned a xid, but now it doesn't work anymore and I didn't make any changes since then. I realized the…
0
votes
1 answer

Adding Rich Notification Inbox Using IB For Xtify

I currently use Xtify for simple Push Notifications. I have not setup the Inbox to be able to store those messages, nor to view Rich Notifications. The documentation for setting up simple notifications is amazing. A simple step-by-step guide for…
user717452
  • 33
  • 14
  • 73
  • 149
0
votes
1 answer

xtify reactor onBeforeMessage is not working

I am using reactor http://getreactor.xtify.com/ on a backbone application and trying to build a custom inbox box. I use auto-run="false" config param. Then I define a function for the…
Petran
  • 7,677
  • 22
  • 65
  • 104
0
votes
1 answer

C# server code for send Xtify push

I cant seem to find any sample code in C# that shows how to send a simple Xtify push message to a list of registered devices. I have my Android devices setup and registered to receive messages but how do I send the message from my webservice?
0
votes
0 answers

Wrong API key for Xtify?

I get this error message: Caused by: com.xtify.android.sdk.InvalidFormatException: Could not read the api key. No meta data found in the manifest file. at com.xtify.android.sdk.PersistentLocationManager.a( Unknown Source) at…
Peter Graf
  • 23
  • 1
  • 7
0
votes
1 answer

Xtify xid returns always null in a vodafone smart II registration

I had implemented the sample of Xtify sdk in 3 phones, it works in 2 but there is one that it doesn't work (the XtifySDK.getXidKey() returns always null no matter the number of times the instruction XtifySDK.start is called. I've checked every steps…
0
votes
1 answer

Clicking Xtify notification to launch the android app | Appcelerator

I've managed to integrate Xtify push notifications with my Titanium app for android. I receive the notifications but when I click them They don't open anything, just disappear. This is from my tiapp.xml:
0
votes
1 answer

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…
user717452
  • 33
  • 14
  • 73
  • 149
0
votes
1 answer

How to open specific view controller when user clicks on Notification comes from Xtify?

I am using xtify for receiving push notification. I am using some tag to get push notification when tag will we active it receive notification and open my tag related view controller.
iPhone
  • 1
  • 1
0
votes
1 answer

Xtify GCM error 202 the message doesn't reach to the device

I have a problem sending messages GCM with Xtify. My device is registered but it doesn't appear in Test Implementation. The app is testing. I send this message from my server to xtify it is accepted with 202 status code but the message doesn't…
user1852854
  • 199
  • 1
  • 1
  • 11
0
votes
1 answer

xtify 503 Rate Limit Exceeded

I'm sending push from my php server and I get the error 503 Rate Limit Exceeded. I read in http://developer.xtify.com/display/APIs/Push+API+2.0 that "The default service limits you to 50 connections per IP address over 10 second period" but in…
user1852854
  • 199
  • 1
  • 1
  • 11
0
votes
1 answer

Xtify Missing api key

I'm trying to send a push from a php server with the example code from https://github.com/xtifyTools/xtifyTools/tree/master/PHPScripts I put in "ADD_YOUR_APIKEY_HERE" the Google API key and "ADD_YOUR_APPKEY_HERE" the application key from xtify, the…
user1852854
  • 199
  • 1
  • 1
  • 11
0
votes
1 answer

Xtify Datastore Richnotification db is Nil

I must say I've been seeing that your support team is terrific, batting many, many problems successfully. Kudos on heroic support. Here's my little one. I installed everything by the book, and ran the code on my iPhone 5, firmware 6.0.1. It's…
Alistair
  • 101
  • 10
0
votes
2 answers

How to open specific Activity when user clicks on Notification comes from Xtify?

I am using Xtify to send push notifications to Android App, I have a problem with Xtify SDK for GCM when the push notification comes from Xtify and the user clicked on it, it opens the Main Activity of the App, but I need it to open a specific…