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

Android : I cant' create Application Key when using Xtify for push notification

I want my application should support almost all android versons. So I planned to use Xtify. They asked to submit app details to generate an Application Key. But when I am submitting the form for creating Application Key, nothing is happening. And…
Jomia
  • 3,414
  • 10
  • 46
  • 63
0
votes
2 answers

Does xtify support native apps made by Adobe Flash Professional?

Does anybody know if xtify is supported when developing iPhone and Android apps with Adobe Flash Professional CS5.5? If not, what are the best push messaging platforms/services available to use with such Flash-generated apps? Thanks, Matt PS. I…
Matt Lyons-Wood
  • 931
  • 11
  • 17
0
votes
1 answer

xtify with a webservice

is there any tutorial for Xtify notifications with the android, to get information from a webservice into an xml file?
0
votes
1 answer

How to work xtify simple push api in chrome postman application

I have tried to rin the xtify simple push api in post manbut it shows error. I have used the following json code in raw body: { "apiKey":"12345678-7d94-415a-9eed-00987654321", "appKey":"12345678-4ab7-4633-8a7c-00987654321", "sendAll":…
0
votes
1 answer

How to disable location sending to Xtify?

There is a requirement where user want to control his location sharing (or not sharing) from custom setting screen inside the application. But as per my understanding Xtify SDK keeps on sending location always to Xtify if user has initially accepted…
Vivek S
  • 15
  • 5
0
votes
1 answer

Xtify API to delete TAG from all XIDs - Bulk Untag and Bulk Tag options

Is there any Xtify API which can delete an existing TAG completely from Xtify (either by API or by Xtify console website) Concern: Following API's operate on XID as an input parameter, which means TAG and UNTAG can be done by sending request to…
Vivek S
  • 15
  • 5
0
votes
2 answers

How to hold Xtify subscription till successful login and users acceptance for registration

Objective is to implement push subscription by using Xtify SDK in iOS and Android apps. The other requirement is that subscription should happen to Xtify only if user has done successful login and users agreement to subscription (not before…
Vivek S
  • 15
  • 5
0
votes
1 answer

Xtify XID disassociation doesnt work for multiple user per app scenario

We are using Xtify services for Push notification in our company. And we keep the XID associated with a customer_id. We dont have a way to find out if the customer has uninstalled the app. Although it seems like Xtify has a way of knowing this…
rocketlad
  • 1
  • 2
0
votes
1 answer

Need Xtify SDK for Worklight V6.0

We developed an Worklight Hybrid application on Worklight V6.0. Till now there is no push notification implemented for this application, client told to use Xtify push notification tool for push notification. I'm new to Xtify and I downloaded the…
0
votes
0 answers

How to start an activity from a specific view?

I am developing an application for Android with the following visual scheme: One of the buttons is the option of visualizing all the notifications obtained via Xtify. For doing this, Xtify's site suggests the following invocation: public void…
Soph
  • 2,895
  • 5
  • 37
  • 68
0
votes
1 answer

Xtify with Worklight 6.2 - sample app does not receive any push notification

We have successfully tried the native iOS version of Xtify. Right now, we want to try to integrate the Xtify with Worklight 6.2. We have followed the steps from this link:…
AWSSET
  • 397
  • 1
  • 4
  • 12
0
votes
1 answer

Worklight 6.2 - hides LibInclude directory under iphone/native

On Worklight 6.2, if I create a directory anywhere under iphone/native called LibInclude, Worklight hides that directory and any contents in the Project Explorer view. It will show up in the Pending Changes view if you use Jazz SCM, but when you…
asselin
  • 1,831
  • 2
  • 13
  • 18
0
votes
1 answer

Xtify + Worklight 6.1 integration in android environment

We have been working on the integration between worklight and xtify for push notifications. We are using version 2.3.2 for xtify sdk since latest version (2.4.2) made the app failed because a class not found exception. The logic for using xtify has…
Maria Borbonés
  • 153
  • 1
  • 1
  • 12
0
votes
1 answer

Xtify SDK not working for x86_64 (arm64 architecture)

We are trying to integrate Xtify SDK in our iPhone and iPad apps for receiving PUSH notifications and when we use tried, we are getting linker errors. I believe the Xtify SDK is not compiled with the arm64 architecture and that is the reason we are…
0
votes
1 answer

References Non-Public Selectors in iOS App

I submitted an app update and it successfully uploaded, but gave validation warnings of: The app references non-public selectors in Payload/path.app/App:read, setCountry:, setTimeStamp:, timeStamp, updateMessage: I have never seen this before,…
user717452
  • 33
  • 14
  • 73
  • 149