Community Questions & Answers

Can push be implemented without using urban airship or ACS?

I have my own server which is supplying all the data for my app, and wanted to configure my server to push notifications to my app on its own. I really dont need to send data to a third party like urban airship or the ACS. Is this possible? I've only...

Own Android Push with gcm

Hello, in my App I included Apcelerator Cloud Services to send push notifications to android and ios. This works without any problems but I want to send the notifications from my own server. Everything is working fine with ios and I can send push...

Push Notifications Setup

The app I am building will be requiring push notifications. I do not have a single clue how to even get started on this and how to establish this service. So, I am just throwing out a feeler out there for any good tutorials documentation related to this.

registerForPushNotifications - Code not running at all?

It seems my code is not running at all when I try to registerForPushNotifications. NONE of the callback functions are fired. No error, no success, nothing. My app is set up as a tabbed application. My app.js looks like this: ~~~ (function() { var...

Push Notification don't work

Hello everyone , i have an issue with implementing Push Notification i got this error , in the cycle of retriving device token : [ERROR][com.appcelerator.cloud.push.CCPushService( 709)] Invalid token request. Message:Application can not be found,...

App badge not updating on push notification

While testing push notifications I've found that badge property which seems to be properly included in the push notification, does not update the app badge icon. The value is an integer value. I've also made sure when calling registerForPushNotifications...

Question regarding data.push?

Hi Everyone, I have a question regarding pushing data in titanium. With data.push is it possible to push more than one data type from a SQL statement? Thanks

Problem using Urban Airship with Android

I have a problem using the Urban Airship module on android. In the example folder that is included in the module zip, there is a folder platform/android/bin/assets right beneath app.js that includes the .properties file needed by Urban Airship. But it...

UrbanAirship.resetBadge() not working

I have some standard code (taken from the docs) with UA Push Notifications working fine on iPhone. Badge numbers are reset when the app opens or resumes. when the app is closed, and i do a push with a +1 badge, the badge updates accordingly. great. when...

ACS Push Notifications - Usage lookup?

Hey there, I just noticed that my customers (around 1100) do not receive push notifications any more. I use the "free" plan and cannot see any error logs, that notifications could not be transmitted. So my question: Where do i see when push...

GCM in titanium

Hi, is GCM supported in Titanium like for apns ? I know that we can got the token from APNS with registerForPush function offered by Titanium. so is it possible to get the registration id from GCM with titanium functions ? thanks

Push Receive is not working.

Hello, I'm doing some tests with ACS Push Notification but it's not working anymore. I can subscribe to a Channel, see that there is one user connected there but whenever I try to send a notification message nothing arrives, never!!!!. Does anyone know...

Instant messging

Hi, I'm working on app that's suppose to have instant messaging capabilites. From looking around the forum I've found several modules that can do that, but it seems that none of them supports messaging when the app is turned off. So how are the big guys...

ACS notify object in PHP

I'm try to send notification from my web server by PHP. The php code work well when I send a english string. But I got some error when I try to send a Chinese String. This is my code ` $tmp_fname = "cookie.txt"; $ch=curl_init(...

Android PACKAGE_REPLACED

I'm developing an android app that uses an urban airship module. I am supposed to use PACKAGE_REPLACED to make the app know there is a updated version and rerequest push. However, when I use this the app freezes on the splash. In my...

Push notifications

Hi, Wo to register for push notifications without using ACS ? I want to send push notifications from another serveur ? thanks

ACS Push Messaging - Messages not being delivered.

I am trying to send push messages using Appcelerator Cloud Services. The messages will be generated by a PHP web script. I can successfully send messages to devices from the ACS console either using UserIDs or to all devices so I know I have app set up...

push notification

Hi, With ACS (the free one), we can send 5.000.000 push. are Apple or Google offerring a push notifications services on the cloud ? are they free ? or limited like ACS ? thanks

Android GCM Push Module

For all developers (like myself) who have been struggling with implementing Android push messages, just found a new module in the Marketplace called uPush that works !! Took me 10 minutes to get it up and running, just thought I would share this.

Android GCM Push on Titanium SDK 3.0?

All, I am using test code from http://www.titaniumtutorial.com/2012/06/appcelerator-cloud-push-notification-in.html to use push notifications for Android using Titanium. I was trying to use Titanium SDK 3.0 and was pulling my hair out because I would...

gcm Big View Notification Android

Hi, I developed an application and now developing the code gcm for push notification service, for which I use com.active.gcm. The notification works well but it's not fully displayed on the notification screen. Is there some way to show all notification...

ti.cloud problem

Hi, I'm developing on i os using titanum sdk 3.0 and i os 6.1 I'm trying to add push notification to my app here is my code ~~~ var Cloud = require('ti.cloud'); var deviceToken; //user registeration on cloud exports.registerUser = function(queryData)...

Clear notifications

Hi all, How do I clear all the notifications of my app in notification center? I know this has asked many times before, but nothing works. Even the appBadge = 0 doesn't work. The push notification stays at the notification center. Some other thread about...

Showing 1-50 of 333 1 2 3 4 5 6 7