[3.0][online-doc][push] fixed typo (appdata -> appData), removed duplicated request...
authorYounho Park <younho.park@samsung.com>
Fri, 13 May 2016 02:20:40 +0000 (11:20 +0900)
committerYounho Park <younho.park@samsung.com>
Fri, 13 May 2016 02:20:40 +0000 (11:20 +0900)
Change-Id: I93de10e21fb4e3112b66522598923bdbda292bc5
Signed-off-by: Younho Park <younho.park@samsung.com>
org.tizen.guides/html/native/messaging/push_n.htm
org.tizen.tutorials/html/native/messaging/push_tutorial_n.htm

index eea3c69..900fee0 100644 (file)
   <p>Once your application is successfully registered in the push server through the push daemon on the device, your application server can send push messages to the application in that particular device.</p> \r
   <p>When a push message arrives when the application is running, it is automatically delivered to the application. If not, the daemon makes a sound or vibrates and adds a ticker or a badge notification to notify the user. By touching this notification, the user can check the message. The application server may send a message with a <span style="font-family: Courier New,Courier,monospace">LAUNCH</span> option. In this case, the daemon forcibly launches the application and hands over the message to the application as an <a href="../app/appcontrol_n.htm">app control</a>.</p>\r
 \r
-<p>To use the push messaging service, the application needs the permission to access the Tizen push server. Request the permission from the Tizen push service team by <a href="mailto:push.tizen@samsung.com">email</a>, including the following information. When the team approves the request, you receive a push app ID corresponding to your package ID.</p>\r
+<p>To use the push messaging service, the application needs the permission to access the Tizen push server. Request the permission from the Tizen push service team by <a href="mailto:push.tizen@samsung.com">email</a>, including <a href="../../../../org.tizen.tutorials/html/native/messaging/push_tutorial_n.htm#permission">the following information</a>. When the team approves the request, you receive a push app ID corresponding to your package ID.</p>\r
 \r
 <p>Remember to <a href="../../../../org.tizen.tutorials/html/native/messaging/push_tutorial_n.htm#security">take care of security issues</a> when sending notifications with sensitive information.</p>\r
 \r
-<table>\r
-<caption>Table: Request form details</caption>\r
-<tbody>\r
-    <tr> \r
-     <th colspan="2">Developer information</th> \r
-    </tr> \r
-        <tr> \r
-     <td>Email address</td> \r
-     <td>Your email address to receive the approval response.</td> \r
-       </tr>\r
-        <tr> \r
-     <td>Last name</td> \r
-     <td>Your last name.</td> \r
-       </tr>\r
-        <tr> \r
-     <td>First name</td> \r
-     <td>Your first name.</td> \r
-       </tr>\r
-        <tr> \r
-     <td>Country</td> \r
-     <td>Your country of residence.</td> \r
-       </tr>\r
-    <tr> \r
-     <th colspan="2">Application information</th> \r
-    </tr> \r
-        <tr> \r
-     <td>Package ID</td> \r
-     <td>The ID of the application package that uses the push messaging service. The package ID can be obtained from the <span style="font-family: Courier New,Courier,monospace">.xml</span> file in the Tizen SDK.</td> \r
-       </tr>\r
-        <tr> \r
-     <td>Application name</td> \r
-     <td>Name of the application that uses the push service.</td> \r
-       </tr>\r
-        <tr> \r
-     <td>Testing purpose</td> \r
-     <td>Yes or no. If you request the service for testing purposes only, the duration of the push service is limited to 3 weeks.</td> \r
-       </tr>\r
-        <tr> \r
-     <td>Purpose of the push notification usage</td> \r
-     <td>Description of how you plan to use the push service, including the situations in which you want to use it</td> \r
-       </tr>\r
-        <tr> \r
-     <td>App launch date</td> \r
-     <td>Application launch date in the YYYY/MM/DD format. For example: 2012/08/01.</td> \r
-       </tr>\r
-        <tr> \r
-     <td>Service area / country</td> \r
-     <td>Service area, such as Asia, Africa, America, or Europe, or the country where the application is used.</td> \r
-       </tr>\r
-        <tr> \r
-     <td>Daily push requests</td> \r
-     <td>Estimated total number of daily notifications.</td> \r
-       </tr>\r
-        <tr> \r
-     <td>Transactions per second</td> \r
-     <td>Estimated peak number of transactions per second (the recommendation is below 100).</td> \r
-       </tr>\r
-</tbody>\r
-</table>\r
-\r
   <p class="figure">Figure: Push messaging service</p> \r
   <p align="center"><img alt="Push messaging service" src="../../images/ui_push_message.png" /></p> \r
 \r
index 0d2712f..181e1d3 100644 (file)
@@ -469,7 +469,7 @@ appSecret: dYo/o/m11gmWmjs7+5f+2zLNVOc=
 &nbsp;&nbsp;&nbsp;&quot;regID&quot;: &quot;0501a53f4affdcbb98197f188345ff30c04b&quot;,
 &nbsp;&nbsp;&nbsp;&quot;requestID&quot;: &quot;01231-22EAX-223442&quot;,
 &nbsp;&nbsp;&nbsp;&quot;message&quot;: &quot;badgeOption=INCREASE&amp;badgeNumber=1&amp;action=ALERT&amp;alertMessage=Hi&quot;,
-&nbsp;&nbsp;&nbsp;&quot;appdata&quot;: &quot;{id:asdf&amp;passwd:1234}&quot;, // Optional, if the message field is not empty
+&nbsp;&nbsp;&nbsp;&quot;appData&quot;: &quot;{id:asdf&amp;passwd:1234}&quot;, // Optional, if the message field is not empty
 }
 </pre></li>
 </ul>