notifications to the user... push or?

Hello

I'm new to blackberry platform... this question is a Council rather than a solution...

I develop application for a conference... and wish to inform users of the current session, if this session, they added to their calendar...

How can I give notice to subscribers users that their session will start?

I also started the evaluation of push notifications... and also given to save the timings of notification in a database and setting alarms...

Which method do you think would be better?

-> If alarms are better... can you point me to the alarms API reference page.

Thank you

Ah yes, I misunderstood.

I've been to many conferences of BlackBerry, as they seem to do is to provide an application that contains all the time for all events, and you can view a 'calendar' and choose the ones you want to go.  It can be added to the calendar of the user or the application of e itself can prompt the user.  In this case, because the information is on the phone, there is no need reminders pushed from a server, even if it is of course possible if the update on the phone also passed some information back t the server.  Passing back information the server might be useful anyway, so that if people choose some popular sessions, you can tell them that the session is complete.

I do not see the need to push for this application services in normal situations.  However push services could come very useful for update you details on the phones if you need, say if an additional session is allocated.  or maybe if someone registers for an event but can not enter, then you'll find someone of another change of heart and no longer go to a popular, you can notify all persons who have registered an interest and let them compete for a dressing room.

I suspect that you will actually spend more time the application design and operate correctly you will pass on the user update mechanisms.

Tags: BlackBerry Developers

Similar Questions

  • How to send a notification to the user at a specific time

    Hi all

    How can I send a notification to the user? Currently I have this in my c ++ but it does not display notifications?

    Any suggestions are welcome.

    Thanks in advance.

    #include 
    #include 
    #include 
    #include 
    
    using namespace bb::platform;   
    
    void sendNotification::onNotificationResponse() {
            Notification* pNotification = new Notification();
        qDebug() << "Notifying";
    
        pNotification->setTitle("Maintenance Reminder");
        pNotification->setBody("Maintenance will be starting in 30 minutes.");
        pNotification->setTimestamp(QDateTime::fromString("2013-11-28 18:00:00", "yyyy-MM-dd hh:mm:ss"));
    
        pNotification->notify();}
    

    If your application is frozen you can of course check the time periodically nuer a QTimer, or other methods.

    If your application is not running currently, there is unfortunately no nice way to do a trigger invocation time based (except for the phone to boot) does not yet exist (or at least is not readily available yet).

    Thus, three methods either go in the sense of time running headless, use the calendar api or have a mechanism external push of a server.

  • Have not received notification of the user who bought the AppWorld or Paypal

    Hello world:

    I had a problem,

    When the user has purchased my product, I received notifications from AppWorld or Paypal, who can help me, how do I received nofification?

    When the user purchased through paypal to appworld, I need to receive a notice may obtain the user PIN and add it to my activation server.

    App World doesn't send notification of purchase by mail. However if you use Dynamics licenses you must reecive the user PIN number as a parameter.

  • Remove the notification of the user

    Hello
    We need to change the workflow user remove to a new requirement. We need before deleting all users (employees and contractors), the system must check whether or not the user is disabled. User ID state == disabled, then delete the user, if the user state is not equal to disabled, then error message should be disabled, the task of "deleting the user" must be rejected and a mail to admin IDM needs to be addressed.

    I managed to create the adapter that validate the status of the user. If the user status is not disabled and any user attempts to remove the user, then the adapter throws errors. The error messages are displayed in the web console through the definition of error message. Now my requirement is that when the error message appears, then a notification e-mail is sent to the system administrator. I don't know this approach. If someone has worked on these requirements, so please let me know.

    Thank you
    Kalpana.

    You can use emailUtilIntf.setBody ("Hi" + usernname + "\n");

  • Open ZTE C apply updates without notification to the user?

    This morning, I discovered a lot of traffic consumed by OS FF (leading to the loss of about 300 euros). Update history shows that the phone set itself to date that night, and 3G has been activated.

    WTF? I thought that after reviewing the updates, the phone must warn the user first, so that they can turn on Wi - FI. Is it not the case?

    Hi Artem Tarasov,
    Thank you for your question, updates are provided by manufacturing or carrier. In the software update application, there is only an option to select the frequency. Are there options in your cell and data settings for this option?

    Also, please contact your provider for updates.

  • Notification to the user

    Is there a way to warn the user, for example, if a file is downloaded on the BB in the background, using the indicator light on the BlackBerry? I have not seen any API for this...

    If not, what alternatives exist?

    You can use the dialog class to create a comprehensive dialogue for the user.  However, this could be a little intrusive.

    You can also change the icon to your home screen to indicate a changed state and/or modify the text of the icon to your home screen.

    We have also published a laboratory showing how you can create an extension that vibrates to the device.  There are a lot of options available, it is really around how you want to notify your user name.

  • Notification of the user

    How can I notify users that they have failed a module if they attempt to leave their review module/front window.

    If you deploy the setup on an LMS, it could be a warning. In Captivate, it is not so easy, because they can simply close the browser window to leave the course. If they do not meet the criteria, it will be very clear in the LMS of the report.

  • Receive a notification when the phone is unlocked.

    Hello

    I have a request I want to start automatically when the phone started AND the user typed a valid PIN code. I tried to register my request as a SystemListener, but it seems a reminder after the phone has started, but before that the PIN code has been entered.

    Is in any way an application can get some sort of notification when the user has typed a valid PIN code?

    I use the API 5.0.0.

    Thank you!

    Welcome to the forum.

    I recommend the search engine, you will often find that other people have asked the same question as you:

    http://supportforums.BlackBerry.com/T5/Java-development/keyboard-unlock-notification/m-p/38671

    http://supportforums.BlackBerry.com/T5/Java-development/unlock-device-listener/m-p/351096

  • Notification in the beta3

    Hello

    I have several questions about Notification:

    1 / in the sample:

    Notification* pNotification = new Notification();
    
    pNotification->setTitle("My Notification");
    pNotification->setBody("This is important information.");
    
    pNotification->notify();
    

    What I have to delete the object created after?

    2 ° / to clear the events, I need only to do:

    Notification* pNotification = new Notification();
    
    pNotification->clearEffectsForAll();
    

    the function clearEffectsForAll don't "delete"?

    3 / where can I see the details of the notification (title and body) on the alpha of dev?

    (4) / how to add star on an icon in my menu? as in BlackBerry Messenger?

    Nicolas

    Hi Nocolas,

    (1) notification inheriting from QObject, it is removed from its parent. If you have more need to use the object, you can always call Notification: deleteLater() which will remove it the next time that the system has a chance.

    (2) No, it erases just all the effects of a Notification (LED flashes, splat on application tile etc.)

    (3) at the moment, you can not. He will present as an element in the hub of BlackBerry (Unified Inbox) but is not available in versions of the OS Alpha Dev. You can take a look at the following presentation of BLackBerry Jam week last for more information:
    http://hosting.desire2learncapture.com/rim/1/watch/46.aspx

    (5) you don't need to know what notifications are active, you can find out what information is new in your application however and disable notifications, once the user has seen all the new data.

    See you soon,.

  • How to send notifications of the auto

    Is it possible to send automatically updated content notifications. I have a data space and wish to set up a distribution that informs just specific changes without having to subscribe to the item. Tried a workflow, but which requires action on their part (accept, reject, etc.) and I just sent advice changes.

    You're thinking about subscriptions 'base' where the user must subscribe manually.  It would be difficult to force a user to go and actually subscribe.

    What we really need is a subscription "criteria".  Administrators have the ability to create a subscription based on one or more meta attributes and affects users or aliases to receive notification. The user is not required to action anything, they just get a notification.

  • 'Good' Push Notifications only for users of the company... Oh, but why?

    Please tell me that I'm half ass and tell me that there is a clean and simple work around that.

    The way it is today is not any kind of feeling, because we are already paying a premium for the solution.

    We use the digital publishing suite since it was still in beta.

    When we bought the license and started producing magazines.

    Before the kiosk application would get a little red badge by telling the user that the new content was available.

    A visual indication right there on the users desktop, that he or she could answer.

    Then comes the booth newspapers, "which should make it so much easier to reach your audience" - sounds good in theory - however, the notification system is, at the very least, "half ass".

    Since the release of booth it was said over and over again that Adobe push only facilitates the background download and a new Ribbon in the newsstand. (And even if it seems not consistent)

    So if you wan't the blue panel of text messages (e.g. a real dialogue with your customers, a Visual indicator on the right at the front so that they know what's new is available) you must be upgraded to the enterprise version of digital publishing suite. !!!

    Oh, but why? Why should spend us a solution very very expensive already to get just a decent form of interface to get in touch with our customers. ??

    Adobe squeeze you my melons.

    Is not simply the level of ' Solution expert Adobe, for professional graphics ' we got used over the years.

    For now, my best option is to upgrade (8 countries, phewwwww) viewers for the magazine so that users get at least the Red badge on the front of update the Viewer... not really a viable long-term solution.

    To try to understand your logic (other than forcing people to upgrade to get a fully functional product, which in turn will make your shareholders happy), please tell me why PRO users should not want to have a system of notification. ????

    Business customers have access to use a 3rd party push service. Pro customers can use push service from Adobe, which is currently limited to the badge for applications non-kiosque and trigger downloads update and update of the opening for kiosk apps.

  • Need to remove the notifications already sent to the user WF

    Hi all

    Oracle database: 10g

    Oracle Applications: 11.5.10.2

    We have a situation where the user wants to delete an overall invoice notifications that are in his list spots. That authorisation applications.

    Users claims that invoices are already processed and does not require his approval, so she wants to remove it from its list of works. Could you please suggest how to proceed.

    The status of these notifications in the wf_notifications table is status: OPEN and Mail_Status: ENVOY.

    Thanks and greetings

    Srinivas

    Please see:

    How to remove the Notifications of error in the list of tasks (Doc ID 357904.1)

    How to identify and cancel the items in a queue of Workflow using Oracle Applications Manager OAM (Doc ID 393460.1)

    Notifications for Documents already approved still display in the list of tasks (Doc ID 255257.1)

    Thank you

    Hussein

  • Include the user password in Notification email - IOM 11.1.2

    Hi all

    On creating an AD account successful, I need sends a notification by e-mail to the user with the ID of account manager and password in the body.

    I am able to send notifications by e-mail to the Manager, but not able to send the password in the body of the email.

    Please give me the procedure, to include the password in the body of the email.

    Method I followed
    -------------------
    -Created a custom e-mail definition of Design Console-> definitions of email.
    -Could not find variable password of e-mail definition-> Variable-> target (one of the drop-down list)

    Thanks in advance...

    I found the solution...

    Create a custom model notificiation, which involves the following,

    (1) define the events that is done using an XML file

    (2) create a resolver class that implemented oracle.iam.notification.impl.NotificationEventResolver

    (3) create plugin.xml

    Now in the resolver class, even if we include the password as a security attribute, the value be appear not in the body of the e-mail once received. Therefore, use SQL query to retrieve the encrypted table USR password and decrypt and add Notificationdata that will be returned by the getReplacedData() method.

    See you soon...

  • OIM 11 g Sending Notification on the creation of the user of the IOM

    Hi gurus!

    I have the following requirement: whenever a user is created in the IOM (via the Administration Console, request or through trust reconciliation) an email notification should be sent to the Manager of the user, informing him that his collaborator has a connection to (automatically generated) given user and a password (also automatically generated) and that must be changed the first time newspapers user recently created by IOM.

    I have seen that we have in IOM definitions of email (in Console design) and the Notification Templates (in the Administration Console).

    I tried to use the definitions of Email but I'm not able to select the usr_password field in the variables section so I couldn't use this solution which seems to be very easy to use because you can directly use the definition of enamel on the Notification tab in the tasks of process.

    Subsequently, I analyzed the Templates of Notification solution. I defined the XML of the Type of event and in the Notification template (in the Administration Console), I was able to choose usr_password as a variable of the notification. However, when I tried to develop Java code (class that implements NotificationEventResolver), although I was able to extract most of the IOM user profile fields, I could not extract the domain usr_password... It seems that the usr_password domain (which is encrypted) cannot be obtained from the UserManager service.

    How can I get the user password and inject into the email notification?

    Thank you very much!

    Check this: Re: decrypt the Xellerate user password and review the code posted here by me. Since you're using the resolver of notification, you can use the PasswordManager to get the password for the user in your code.

    -Marie

  • Change the frequency of Notification metric defined by the user

    Hello
    I'm trying to define a metric defined by the user in the enterprise grid control manager to warn me of the failure in the execution of scheduled tasks.
    My script to check the execution of scheduled tasks returns something like this and it runs every two hours:

    em_result = 2
    em_message = 2 tasks by mistake ("Task1" "Task3")

    So the first time the triggered alert, he sent me an email in critical condition with my em_message.

    But two hours later the next audit is not sending me any warning because the result is always critical, as this is my first problem!
    And if the message has been changed for example:

    em_result = 2
    em_message = 1 task (s) on error ("Task1")

    I don't see anywhere the new updated message, the alert history is not updated, it's my second problem.

    Kind regards
    PierreL

    The settings do not work properly. If the metric terms, the alert is triggered. When the condition is no longer fulfilled, the metric fades.

    You are the first problem can be solved by repeating notifications, available from 10.2.0.4 but attention is a global setting so it will affect all of the metric.

    The second issue is probably related to the first, the error is not compensation.

    If it is a measure for the work failed for the oracle Scheduler, you can adjust your request to check only the work done in the last 15 minutes and run the metric every 15 minutes... that means if you get a job at 09:00 but failure is working okay at 10:00, your metrics will draw 9ish, but be deleted by 9.15ish.

    If the task failed then at 11:00, you will get a new alert.

Maybe you are looking for

  • How can I resize a table directly (without using the table to remodel)?

    Hello world I have a porgam in which I use a table as a command (with specific values that goes from the user before running the program). By mistake at the beginning, I created a table of 4 dimension (for example), but I didn't because I was showing

  • Pavilion 15-p075tx: Drivers Touchpad Pavilion 15-p075tx

    Hello I formatted my Pavilion 15-p075tx with Windows 7 64 bit and I don't know where to find a suitable driver for the touchpad. I have already installed the drivers on this website, but the thing is that I Don t still no function to scroll downwards

  • good dvd for the new computer

    I just bought a ASUS X551MAV - EB01 - B Notebook Intel Baytrail - M Dual - Core N2830 (2.16 GHz) 4 GB memory 500 GB drive HARD Intel HD Graphics 15.6 "sorry 64-Bit Windows 8.1, I copied and pasted and that's how it came out... lol...: (... anyway I j

  • RV042 cannot summarize upstream bandwidth

    Hi all, Since I bought my CISCO RV042 (v3 hardware, firmware v4.1.1.01 - sp December 6, 2011 20:03:18) I couldn't leave work properly with my two llines of DSL network. I explain. I had 2 DSL network: 1 - PPPoE with authentication (MTU set as auto) w

  • put the folders in the library in chronological order

    I have thousands of photos I need to locate chronologically.  How can I get records from libraries in order of date instead of everywhere?