Navigation

    Monaca & Onsen UI
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. acct
    3. Posts
    A
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by acct

    • RE: Monaca backend push notifications

      I figured this code would give me the device id:

      monaca.getDeviceId(function(id){
      alert('Device ID: ’ + id);
      });

      However, how would I send a notification from a server through the monaca backend?

      posted in Monaca Tools
      A
      acct
    • Monaca backend push notifications

      I want to use push notfications through monaca backend. This is working indeed, but I can’t figure out how to get a specific device token.
      I need to be able to send a notification to specific user.

      posted in Monaca Tools
      A
      acct