Community Questions & Answers
Titanium Push Notification Badge issue
i have successfully configured the Push Notification .. i have Received the push notification successfullyalso but when the app runs on background the push notification Badge doesn't Increment . even it doesnt show . so i am posting my code also please...
Best practices questions for Local Notifications on IOS
Hello all, I am wondering what the best way to implement localnotification on IOS for my app Goals. Basically Goals allows you to set a goal, and with that reminders (hourly, daily, weekly, etc). My question is when they save that goal how many...
Outside notifications/alert box crashes app when playing video
If a videoPlayer is playing when a notification from some other app fires, my app crashes. (iOS 5.) I found something here that I can't tell if it's resolved?...
How to use Time Zone in Push Notification
Hi folks, I tried to use Local Push Notifications in my app. The timezone seems to cause the problem... ~~~ var alarmTime; Ti.App.iOS.scheduleLocalNotification({ alertBody:'This is notification', ...
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...
Facebook Notifications
Hi I'm trying to send facebook notifications (app_to_user). I try ~~~ var data = new Object(); data.template="hi...
Is it possible to update notification generated by ti.cloudpush module?
Hello. I'm developping an app with push notifications and ti.cloudpush module. I would like to update notification displayed when push arrive. Then if the user don't tap this notification, and arrives another, is updated itself. This notifications are...
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...
Push notifications deviceToken
Hi there, I would like to know how to get the deviceToken of my IPhone using Titanium. I use this code below in my app : But i can't send push notifications without the deviceToken. ~~~ var win = Titanium.UI.currentWindow; var label =...
launch from notification android - error after 20 minutes (more or less)
Hello, I've created an app that start a background service. This background service create a notification and this notification launch the app. All works ok except when passing more than 20 minutes. Then it seems that 'requries' doesn't work when...
How to pass arguments in Push Notification Payload?
How can I pass arguments for my app in Push notifications, so that the app receives the information? My App event receives and can only interact with push notification actions which was send local. ~~~ Ti.App.addEventListener('resumed', function(e) { if...
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...
iOS Push with my Webserver
Good morning, i know in the web are many topics about "iOS Push" and belive me, i have red a lot of them. At this moment i didn´t get any response what is wrong with my code. What i have done until now: 1....
Which event can I listen to, to catch incoming APNS Push Notification when app in background?
Hi All, I've searched forums and the Q&A and can't find a proper answer for this. This does seem to be a common question around here though. I have an app that can receive APNS push notifications no problem. When the app is in the foreground, the...
How to push notification stores in app ?
I tried to do "Titanium.App.Properties.getString" in label text. But when I open or close window, it will disappear. That means it doesn't store in app right? hm...any help? ~~~ Ti.CloudPush.addEventListener('callback', function(evt){ ...
How to fix "You need to sign in or sign up before continuing" error when trying to send a Push Notification using C#'s RestShap?
I'm trying to send a notify alert to all the devices subscribed to my channel through the RestSharp API for C#. This is how my code looks like: ~~~ public void SendPush() { try { var client...
Can I access platform/android/res/raw folder when using alloy?
Hi, I would like to play an android notification sound using Ti.Filesystem.getResRawDirectory() like described here: http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.Android.Notification-property-sound However, since I am using alloy, there...
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
Notification as well as Passing parameters
this is something very complicated and has been trying it for long hours.. 1) first, i have a table view in which i have scheduled my plans at respective time. the table view has rowdata as well as "add" button to it. 2) Now, when i click add...
scheduleLocalNotification to occur after every half an hour
Hi, I want to implement a localnotification in my iPhone app, where I need the notification to occur after every half an hour. To schedule the notification to occur I have implemented the code below. But it works for only 5 seconds from current time and it...
Clearing Notification Center on iOS
Hello, I have got Push Notifications working perfectly in my Titanium app. The only issue I have is that the notifications always seem to remain in Notification Center, even after the app has been launched via the notification. My question is, is there...
No success or error callbacks after registering for push notifications on iOS: Titanium SDK 3.0
Titanium 3.0 SDK. Tested on iOS 6.0 and 5.1 on physical devices. When calling Ti.Network.registerForPushNotifications() I'm successfully seeing the Allow/Deny alert prompt however when clicking Allow I see no Success or Error callbacks fired. This of...
Push not working today ?
Hi, I have a live app running since 2 month. Push works push perfectly, however today all my push are not sent. Is there a problem today ? Thanks
Merge multiple push notifications in tray (android)
I'm developing an app in Android using ACS push notification. For each notification received, it's displayed one by one, I want to know how can I merge them into only one notif item. I'm aware from the ACS android sdk there's showNotification() function...
How to use Apns-PHP with titanium?
I want to run push notification with titanium and Apns-PHP(or EasyAPNs). I have already completed the development of my app with ACS push notification, but I want to develop the php version. Because ACS pricing about push notification is too expensive for...
Notification window not in front or won't get removed
Hi, I have an own notification module where I add a new window in front of my other windows and show a little notification window on top (animated). Sometimes I have the problem, that the window doesn't appear or when I remove it leaves an not-clickable...
Push notifications
Hi, Wo to register for push notifications without using ACS ? I want to send push notifications from another serveur ? thanks
Change the app badge when receiving a push notification in background
Hi all, I have a little problem here, I want to modify the app badge on my iphone titanium based application. I was able to do it when the app is focused (foreground), but when I do it in backgound ... it won't do it I do send in the json of the push...
How can I resume the application when Notification is clicked?
Hello. I want my application to resume when users click Notification which the application create. Is it possible?
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...
iOS app vanishing from Notification Center after update
I have an iOS app written in Titanium Studio using Push Notifications, Badges and Sounds through Urban Airship. After my last update people who upgraded are having problems with the Notification Center. At first my app still appears in the Notification...
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...
LocalNotification does not fire unless scheduled directly from app.js
This is a little baffling. I have a function that schedules some local notifications. It was originally in a separate commonJS file, but I moved it to app.'s while testing, and what I have found is that unless I run this code directly in app.'s (outside...
How to know if the app resumes from tapping a push notification?
Hi there I have a little problem with an app that has push notifications (a messaging type of app) so when the user taps on the notifications while the app is on background .. I have to detect which push notification he tapped and show him the propper...
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...
Announcement: open-source tutorial app, GrillTime
I'm happy to tell you all that I've finished up my open-source tutorial app, GrillTime. I've been working on this for about two months (with the bulk of that spent wrestling with alarms, services, and notifications on android). If you want to see what it...
Notification launches to blank screen if app was closed
Hi guys, I'm having some problems in the consistency of getting a notification (in this case its a refresh of the news feed in desired interval set by the user) to run that when clicked will open the app on android. These run as a background service that...
How to send Push notification not to all but to one indentifiant
Hi from france ... I want create a very simple notification app ... but i try to found information for send a push notification no to all app but to only one user of this app ... like what'sapp for exemple .. it's for send message between user of the app...
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...
access to userInfo on notification event in iPhone
bg.js ~~~ var data = JSON.stringify({'ids':[1,2], 'names':['abc','def']}); var notificationMsg = { "title":'notified', "test":data }; var notification =...
Put Contents on Notification Area
How to place contents in the notification area in iPhone and android for local notifications without using the cloud service?
Display push notification alert even when app is running? How to do it in iphone?
Hi there, How can you display a push notification alert even when app is running? Is that possible? Thanks in advance.
Anybody succeed with Pushwoosh for Android ?
It shows error message "Requested module not found: com.arellomobie.push" But I already added this module in tiapp.xml. It is weird. Anybody can help how to do push notification with Pushwoosh ?
Unable to unsubscribe user from titanium cloud
Hello, I and need some help in push notifications. The issue I am experiencing is: I create a **User A** on cloud from APP and subscribes it for push notifications and get notifications successfully. But when I try to recreate another **User B** after...
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',...