[2.4][online-doc][push] added push request form 98/105598/2
authorYounho Park <younho.park@samsung.com>
Mon, 19 Dec 2016 05:37:01 +0000 (14:37 +0900)
committerEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Mon, 19 Dec 2016 06:31:05 +0000 (08:31 +0200)
PS2: [LB] Reviewed

Change-Id: I350f9398c42e5fe4a976fc8844d5c94cdcf46950
Signed-off-by: Younho Park <younho.park@samsung.com>
org.tizen.guides/html/native/messaging/push_n.htm

index f4f9970..408e685 100644 (file)
 <li>Package ID
 <p>When you create a project in the Tizen Studio, you are given the package ID (randomly generated by the Tizen Studio or entered by yourself). The Tizen push server identifies your applications using the package ID.</p></li>
 <li id="permission" name="permission">Permission to Tizen push servers
-<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>. When the team approves the request, you receive a push app ID corresponding to your package ID.</p>
-<p>By sending the request, you agree to the <a href="https://www.tizen.org/about/terms-service" target="_blank">Terms of Service</a> and <a href="https://www.tizen.org/about/privacy-policy" target="_blank">Privacy Policy</a>. The TPS (transactions per second) in the push messaging service is fixed as 150.</p>
-<p>To request the permission for a new application, include the following information in your email.</p>
-
-<table id="request_form">
-<caption>Table: Request form details for a new application</caption>
-<tbody>
-    <tr> 
-     <th colspan="2">Developer information</th> 
-    </tr> 
-        <tr> 
-     <td>Email address</td> 
-     <td>Your email address to receive the approval response.</td> 
-       </tr>
-        <tr> 
-     <td>Last name</td> 
-     <td>Your last name.</td> 
-       </tr>
-        <tr> 
-     <td>First name</td> 
-     <td>Your first name.</td> 
-       </tr>
-        <tr> 
-     <td>Country</td> 
-     <td>Your country of residence.</td> 
-       </tr>
-    <tr> 
-     <th colspan="2">Application information</th> 
-    </tr> 
-        <tr> 
-     <td>Package ID</td> 
-     <td>ID of the application package that uses the push messaging service. The package ID can be obtained from the application manifest file in the Tizen Studio.</td> 
-       </tr>
-        <tr> 
-     <td>Application name</td> 
-     <td>Name of the application that uses the push service.</td> 
-       </tr>
-       <tr> 
-     <td>Application type</td> 
-     <td>Tizen native application or Tizen Web application.</td> 
-       </tr>
-        <tr> 
-     <td>Testing purpose</td> 
-     <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> 
-       </tr>
-        <tr> 
-     <td>Purpose of the push notification usage</td> 
-     <td>Description of how you plan to use the push service, including the situations in which you want to use it.</td> 
-       </tr>
-        <tr> 
-     <td>Application launch date</td> 
-     <td>Application launch date in the YYYY/MM/DD format. For example: 2014/08/01.</td> 
-       </tr>
-        <tr> 
-     <td>Service area/country</td> 
-     <td>Service area or the country where the application is used. You can use <strong>Global</strong>, or specify a more limited area (<strong>Africa</strong>, <strong>America</strong>, <strong>Asia</strong>, <strong>Europe</strong>, <strong>Oceania</strong>), or a specific country.</td> 
-       </tr>
-        <tr> 
-     <td>Daily push requests</td> 
-     <td>Estimated number of daily notifications.</td> 
-       </tr>
-        <tr>
-     <td>Push notification payload size</td>
-     <td>1 or 2 kb.</td>
-       </tr>
-</tbody>
-</table>
-
-<p>To extend the expiration date or change the quota for an application that already has the permission to use the push messaging service, include the following information in your email.</p>
-<table id="request_form_extend">
-<caption>Table: Request form details to modify the access permissions of an application</caption>
-<tbody>
-    <tr>
-     <th colspan="2">Application information for extending the expiration date</th>
-    </tr>
-        <tr>
-     <td>Push app ID</td>
-     <td>Push app ID you received when you originally requested permission for a new application.</td>
-       </tr>
-        <tr>
-     <td>Expiration date</td>
-     <td>Application launch date in the YYYY/MM/DD format. For example: 2017/08/01.</td>
-       </tr>
-    <tr>
-     <th colspan="2">Application information for changing the quota</th>
-    </tr>
-        <tr>
-     <td>Push app ID</td>
-     <td>Push app ID you received when you originally requested permission for a new application.</td>
-       </tr>
-        <tr>
-     <td>Daily push requests</td>
-     <td>Estimated number of daily notifications.</td>
-       </tr>
-</tbody>
-</table>
+<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:</p>
+<ul>
+<li>
+<p><a href="https://developer.tizen.org/webform/request-push-permission-new-application" target="_blank">Request the permission for a new application</a></p>
+</li>
+<li>
+<p><a href="https://developer.tizen.org/webform/request-extend-expiration-date-or-change-quota" target="_blank">Extend the expiration date or change the quota</a> for an application that already has the permission to use the push messaging service</p>
+</li>
+</ul>
+<p>When the team approves the request, you receive a push app ID corresponding to your package ID.</p>
 </li>
 </ol>
 </li>