Community Questions & Answers

change api acs key

i had app in app store and now i build new version but i build it in new project, the qusion about api acs key is changed now in new project, i send bush notification from api php and i don't want to change it, what i do to sent push from same api php?

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...

Notification from server

My English is very poor. I have an application used by various devices and all written to a MySQL server. I need to generate a notification for one user when updating a particular table. How do I do? As physical devices identify each user? Thank...

Titanium Android Future Notification Help

https://wiki.appcelerator.org/display/guides/Android+Notifications#AndroidNotifications-CreatingaNotification I am following the above tutorial for Future local notifications but the notification never gets fired... I get this warning in the log file all...

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 notifications

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

createNotification

Hello, developers! I got a problem with Titanium.Android.createNotification in 1.8.0.1, 1.8.0.1.RC3. I need statusbar icon for music player. so I read this [post](https://wiki.appcelerator.org/display/guides/Android+Notifications). and I have been...

Notification

hi, i am creating a app in which when a user selects options from the menu and sets a reminder for it.i want the reminder to set a notification or a alarm after after some particular days that i want to set in the program.(user will not have option to...

notification center

hi, I have push notifications setup and running smoothly (using Parse.com) however, when I receive a push notification and the app is in the background, if i click on the app to resume (not the notification), the register-for-push-notification callback...

How to get notifications ?

Hi all, How to get notifications when new blog has been added to blog ? **URL: http://vibrantinfosystem.blogspot.com/** Below is the code: app.js ~~~ function isiOS4Plus(){ if (Titanium.Platform.name == 'iPhone OS'){ var version =...

Local Notifications when app is not running

App Flow: User performs certain actions. These trigger the app to set local notifications at various times on various dates. eg: 10:30PM on 15th August, 11:00AM on 19th August, 3:30PM on 26th August. From what I understand, local notifications will...

Getting the app-icon in the status bar

Hey there, I was wondering if(and how) it's possible to get the icon of the app in the statusbar of the phone. So when you minimize the screen(Home button usually) the icon appears there making it easy to turn back to the app again. So not really a...

Push Notification

For iPhone: I use this method Titanium.Network.registerForPushNotifications to register and receive notification. What's I need: - If I'm using my app -> do nothing - If I'm outside of my app, the notification show. When I slide (at lock screen) or...

Andoir & iOS Notifications

**How to get notifications when new blog topics has been updated ?** Hi all, Below is the code for retrieving blog news which works well & good: ~~~ Titanium.UI.setBackgroundColor('#000'); var win = Titanium.UI.createWindow({ title:'RSS Feed',...

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