Dimension "Push Messages" on pay-per-use basis

Hello world

I'm working on a collaborative application based on a browser, outside the video an important part is going to be the cat and a shared whiteboard. I decided to use Adobe LCC, but by looking at the price and hoping a large amount of users, chat and sharing whiteboards, I think that the payment of dimension "Push Messages" will not be affordable for me... It is said of a $0.10 per 1 KB of data, which means that is the cost for 1000 letters (about 150 words) which seems expensive. Moreover, we have the White Board that will send also a few bytes on the server... I think for example at a meeting of one hour between two users, chat and share a whiteboard, and to a conservative estimate, it can cost about $10...

I don't know if I did not understant the notion of "Push Messages" or there is something wrong with the explanation...

I would be very grateful if someone could help me with this question...

Thank you!

Hello

The rate is 1000 messages, not 1 KB of data. My best advice for you is to

use your app on the quota free for a little, wait 5-10 minutes after

the room is empty, then check out the usage statistics in the developer

Portal. Generally, you will find that it is quite affordable.

hope that helps

Nigel

Tags: Adobe LiveCycle

Similar Questions

  • FileVault2. The encryption is done on a per-user basis.

    FileVault2. The encryption is done on a per-user basis, or if the entire disk is encrypted.

    What is the best way to use FileVault2 on a new Mac, if there are multiple user accounts.

    Concerning

    the entire disk, but not all disks on the system as far as I KNOW.

  • do I have to pay to use the electronic mail of microsoft

    I have to pay to use the e-mail from microsoft, because when I click on the email address on the website somebodies, e-mail Microsoft comes back for me to use,

    Moved from the community involvement Center

    Subscription to Office 365 home or Office 365 personal are not free, but access to the web site http://www.outlook.com/ is free. 365 Office Home and Office 365 Personal use Outlook.com to host the mailbox, but membership gives you the right to install and use Office 2016.

    There is also a service called Outlook.com without advertising. This, too, uses the Outlook.com free mail service, but at a cost of about US $20 per year, gives you some advantages compared to the free version of Outlook.com, which is that Microsoft does not all ads on the web page of the mailbox.

    So, it would seem that you have one of these subscriptions. Only you can know that.

  • Does not receive do not push message

    I use BIS push.

    I when I send messages on the server side. I get the success of status while blackberry.push.openBISPushListener and also answer registraion code of rc = 200.

    But I don't get any push on my device.
     
    My code side Server

    It's my PAP message that I post at https://cpXXX.pushapi.na.blackberry.com/mss/PD_pushRequest

    -ASDFaslkdfjasfaSfdasfhpoiurwqrwmContent-Type: application/xml; Charset = UTF-8


    http://www.openmobilealliance.org/tech/DTD/pap_2.1.DTD">



    -ASDFaslkdfjasfaSfdasfhpoiurwqrwm
    Content-Type: text/plain
    Push-Message-ID: 1342518013536

    Test message 2
    -ASDFaslkdfjasfaSfdasfhpoiurwqrwm-

    This is the response message I get from https://cpXXX.pushapi.na.blackberry.com/mss/PD_pushRequest


    http://www.openmobilealliance.org/tech/DTD/pap_2.1.DTD "" >http://cpXXX.pushapi.na.blackberry.com/mss/PD_pushRequest ' sender name = 'RIM Push-Data Service' response-time = "2012-07 - 17 T 09: 42:46Z" > "

    =============================================================================

    My client-side code

    On the recording, I get rc = 200. So I think that my BB is registered successfully

    var port = 21000;
    serverURL = "http://pushapi.na.blackberry.com"; var
    var appID = "XXX-617k3e20yRDmXXXf316r70M4cc13202kXXXX";
    var max = 100;
    var wakeUpPage = "... / push.html";

    function listenToPush() {}
    try {}
    OPS var = {port: port, appId: appID, serverUrl: serverURL, wakeUpPage: wakeUpPage, maxQueueCap: max};
    blackberry.push.openBISPushListener (ops our, onRegister, onSimChange);
    } catch (e) {}
    Alert ("error from BISPushListener:" + e);
    }
    }

    Our function (data) {}
    Alert (Data.Payload);
    try {}
    A code
    return 0; indicate the acceptance of data useful for pushing reliable
    } catch (e) {}
    Alert ("error on receive BISPushListener:" + e);
    }
    }

    function onRegister (status) {}
    If (status == 0) {}
    Alert ("Success");
    } Else if (status == 1) {}
    Alert ("network error");
    } Else if (status == 2) {}
    Alert ("rejected by the server");
    } Else if (status == 3) {}
    Alert ("invalid parameters");
    } Else if (status ==-1) {}
    Alert ("General error");
    } else {}
    Alert ("status unknown");
    }
    }

    function onSimChange() {}
    A code
    }

    Thank you
    PLEASE HELP, BEEN BLOCKED AT THIS STAGE FOR AGES NOW

    Now, I sign up on http://pushapi.na.blackberry.com & http://cpXXX.pushapi.na.blackberry.com»

    I now receive push messages

  • by pushing the overall push message on the screen

    Hello

    I use push notification to display push messages, it works very well.

    But my problem is that my popup message arrives while I open the app, but I want it appears on the screen without having to open the application, and after clicking ok it must open the app.

    any body can help me.

    Thank you.

    Hello

    I use following code to run the ap on the click event of globle push message popup. but I'm not able to run any budy find what wrong with this code.

    UI UiEngine is Ui.getUiEngine ();.
    Screen = new (Dialog.D_OK, SplashScreen_Land.dealTitle1 dialog box,
    Dialog.OK, Bitmap.getPredefinedBitmap (Bitmap.EXCLAMATION), Manager.VERTICAL_SCROLL);
    final dialogue screen = new (Dialog.D_YES_NO, SplashScreen_Land.dealTitle1 dialog box,
    Dialog.OK, Bitmap.getPredefinedBitmap (Bitmap.EXCLAMATION), Manager.VERTICAL_SCROLL);
    screen.setDialogClosedListener (new DialogClosedListener()
    {

    ' Public Sub dialogClosed (final dialog box, final choice dialog box int)
    {
    If (screen.getSelectedValue () is Dialog.YES)
    {
    Boolean isAppOpen = false;
                                
    int modHandle = CodeModuleManager.getModuleHandle ("Sasta");

    ApplicationDescriptor apDes [] = CodeModuleManager.getApplicationDescriptors (modHandle);
                                
    If (apDes! = null)
    {
    Dialog.Alert ("Hi not null");
    ApplicationDescriptor [foreground_apps] is ApplicationManager.getApplicationManager () .getVisibleApplications ();.
                                
    If (foreground_apps! = null)
    {
    for (int i = 0; i)<>
    {
    If (foreground_apps [i]. Equals(apDes[0]))
    {
                                
    isAppOpen = true;
                                
    ID_processus int is ApplicationManager.getApplicationManager (.getProcessId(apDes[0]));.
    int fgprocess_id is ApplicationManager.getApplicationManager () .getForegroundProcessId ();.
                                                                                                                   
    if(Process_ID == fgprocess_id)
    {/ / Dialog.alert ("hiforground");}
    This means that your application has opened and it is in the foreground
    UiApplication.getUiApplication () .pushScreen (new SplashScreen_Land());
                                
    }
    on the other
    {//Dialog.alert ("Hi, background");
    This means that your application is open, but it's the bottom
    Ask now in the foreground
    AppManager ApplicationManager = ApplicationManager.getApplicationManager ();
    appManager.requestForeground (process_id);
                                                                      
    UiApplication.getUiApplication () .pushScreen (new SplashScreen_Land());
    }
                                
    }
                                
    }
                                
    }
                                
    if(!isAppOpen)
    {
                                
    This means that the app is not open, you need to open the application.
    try {//Dialog.alert ("Hi new open");
    ApplicationManager.getApplicationManager (.runApplication(apDes[0],true));
    UiApplication.getUiApplication () .pushScreen (new SplashScreen_Land());
    } catch (ApplicationManagerException e) {}
    Generative TODO catch block
    e.printStackTrace ();
    }
                                                                                                           
    }
                                
                                
                                
    }
    UiApplication.getUiApplication () .pushScreen (new SplashScreen_Land());
    Alert.startVibrate (2000);
    do something that takes a long time
    }
    on the other
    {
    Screen.Close ();
    }

    }
    });
                
                
              
    ui.pushGlobalScreen (screen, 1, UiEngine.GLOBAL_MODAL);
    PersistentStorage_Sasta_High.setTotalMsgCountDec ();
    PushController_Sasta_High.updateIndicator (PersistentStorage_Sasta_High.getTotalMsgCount ());

  • Get the content of the push message?

    Try to get the content of the push message to display in the hub.

    In the example, it is on push.fileExtension ();

    I also had push.pushTime () to work, but when I try to push.content () it will fail to compile. Anyone know what I should be using here?

    Just used

    pushPayload.data)

    directly.

  • Switching to annual pay per month

    Hi - I hope someone can help me.  I have to cancel my prepaid annual subscription and move to a pay per month plan, but there is no option to do so.  I followed the instructions in the adobe online help and "switch plan" and "cancel the plan" links are simply not there.  Please help as I feel rather frustrated hard, apparently, to complete what should be a simple process.

    Have you contacted our helpdesk to Support from Adobe ?

    If so, then share the ticket by personal message number.

    Concerning

    Stéphane

  • If I buy the pay-per-view creative cloud months can I share that with 2 computers?

    If I buy the pay-per-view creative cloud months can I share that with 2 computers?

    You will be able to download and open a session on two, however use one at a time.

  • Disable hyphenation on a per language basis, how? IDCS4

    I wonder if anyone knows how to disable hyphenation on a per language basis. Let's say I have a book in English, with a few words of French and interspersed with phrases by page thoughout the English text. Is it possible to prevent the French hyphenation, while allowing for the English Hyphenation? To me it seems sensible to have break as a character option.

    Thank you

    Ariel

    If you're not checking fate, [No. language] language setting instead of French aid - ID cannot cut the words without knowing their language.

    Simple words I usually don't bother, except when they get a hyphen. For the longest sentences, I use a character style or simply apply the language manually. Why wouldn't you want to cut out the words in another language?

  • Can I use Apple pay without using my fingerprints?

    I have an iphone 6 and I want to use Apple pay but there seems to be a way to get Apple to pay without using

    the fingerprint.  Is it possible to use Apple pay with an only access code?

    No, you must have active Touch ID. Is there a reason you won't do?

  • A Message in a rectangular box "Messages Agent wants to use the 'Local products' kenchain. appearing on the screen and ask for Keychain password password.  This started after I changed the password of Apple resulting for the purchase of a new iPhone

    A Message in the box 1. "Message agent wants to use the 'Local products' kenchain. "is appearing on the screen and ask for Keychain password password.  This started after I changed the password of Apple resulting for the purchase of a new iPhone.

    My iPhone 5 has been damaged and the screen was not visible.  As a result, I couldn't open the iPhone.  I bought 5 s iPhone and when I got to connect with the iCloud

    I remember the answers to security questions.   The seller must change the password and enter new answers to security questions, I did.  This happened in Bangalore.  When I'm home in Ernakulam, Kochi (India), where I has the Air of Mac, Ipad and my wife had another iPhone and laptop computer Dell, these problems began to come up on the screen and blocks the screen.

    Four Messages are appearing: the first is on the top.

    Other messages are:

    2. ' cloudd wants to use the kenchain 'local products '. '

    appearing on the screen and ask for Keychain password password.

    3. ' com.apple.iCloudHelper.xpc wants to use the kenchain 'local products '. appearing on the screen and ask for Keychain password password.

    4. ' cloudpaired wants to use the kenchain 'local products '. ' is appearing on the screen and ask for Keychain password password.

    It of an upheaval and please suggest how to solve this problem

    Hello remy!

    I see that you are either prompted by iCloud Keychain with various alert messages.  I know it's important to have iCloud Keychain works correctly and I am pleased to offer you an article that should help you.  Please follow the instructions in the following support article:

    If your Mac keeps asking for the password in the keychain

    Thank you for using communities of Apple Support.

    See you soon!

  • Why do I get "Message Agent wants to use the"login"keychain and how to stop it and 7 other bunch of connection."

    Why do I get "Message Agent wants to use Keychain 'login' and how to stop it and 7 other bunch of connection points most every time I login?

    Hey Roman man,

    I understand that you see a prompt for your login keychain. I can't anymore how do I fix this.

    Now if you have recently changed your password for your Mac, then the password for your keychain will need to be updated. You can make this change in the Keychain Access application. If you do not know the password, then you need to reset the password in the keychain. Take a look at the article below for specific details get this sorted out.

    If your Mac keeps asking for the password in the keychain
    https://support.Apple.com/en-us/HT201609

    Take it easy

  • To print messages in Gmail, I used to click on "Firefox" in red at the top left. I upgraded and now it's gone. I would like to print an email I received. How do I do that?

    To print messages in Gmail, I used to click on "Firefox" in red at the top left. I upgraded and now it's gone. I would like to print an email I received. How do I do that?

    Make sure that you run not Firefox mode full screen (press F11 or Fn + F11 to toggle; Mac: Ctrl + Shift + F).

    You see the orange Firefox button if the menu bar is hidden (view > toolbars).

    If the menu bar is hidden, then press the F10 key or hold down the Alt key to make the call of menu bar.

    Make toolbars like the toolbar 'Navigation' and the 'personal bar' are visible: "view > toolbars" or "Firefox > Options.

  • Toshiba 32EL800A - message "Please re - set using the menu.

    Hello
    Got a Toshiba 32EL800A - and when I turn there is a telling message "Please re - set using the menu.

    When I try to tune, it cannot find all the channels.

    Sure that's not the antenna he worked 24 hours ago, and there is no weather conditions that would have affected the antenna.

    Any ideas?

    Thank you
    AJ

    Hello

    In my opinion, you need to reset the default settings and should start the search of channel once more.
    Make sure you use the right settings (digital or analog tuner)

  • I want to send the same message to multiple recipients, using the ICC. Is it possible for names under the bcc not showing, so the other recirients cannot see them?

    Send a message to multiple recipients, using "bcc."  I don't want for the addresses in the "bcc" to show.

    CC = carbon copy. BCC = blind carbon copy. You see the addresses when you send the message, but recipients cannot see their own address.

Maybe you are looking for