Sha256: 2c001e3311f147c77e6c8ba4e46a31d321638b9525400a9601eaf427690c8820

Contents?: true

Size: 690 Bytes

Versions: 7

Compression:

Stored size: 690 Bytes

Contents

<h3>Apple Service Server Usage: </h3>
<pre class="prettyprint linenums">
    1: How to register notification? (Client Side)
    
    In AppDelegate file, inside didRegisterForRemoteNotificationsWithDeviceToken method access url below to register device token:

    http://serverIP:4567/v1/apps/{yourapp}/DeviceToken

    2: How to send push notification? (Server Side)

    $ curl http://localhost:4567/v1/apps/{yourapp}/push/{message}/{pid}

    Note:
    param1 (message): push notification message you want to send, remember the message should be html escaped
    param2 (pid    ): unique string to mark the message, for example current timestamp or md5/sha1 digest, db table ID
</pre>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ass-0.0.25 views/index.erb
ass-0.0.24 views/index.erb
ass-0.0.21 views/index.erb
ass-0.0.20 views/index.erb
ass-0.0.19 views/index.erb
ass-0.0.18 views/index.erb
ass-0.0.17 views/index.erb