https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.appprogramming/html/guide/messaging/push_service_request.htm
Push Service Request
To use the Tizen push messaging service, you must get the required permission:
- To request the Tizen push messaging service, send an email to the administrator (push.tizen@samsung.com) containing the request form details.
- When the Tizen Push Service Team approves your request, you receive an approval email. After receiving the approval email, you can use the Tizen push messaging service in your application.
Table: Request form detailsDeveloper information |
---|
Email address | Your email address to receive the approval response. |
Last name | Your last name. |
First name | Your first name. |
Country | Your country of residence. |
Application information |
---|
Application ID | The ID of the application package that is using the push service. It is a 10-bytes-alpha-numeric value contained in the <ID> element ofmanifest.xml file. |
Application name | Name of the application that uses the push service. |
Testing purpose | Yes or no. If you request the service for testing purposes only, the duration of the push service is limited to 3 weeks. |
Purpose of the push message usage | Description of how you plan to use the push service, including the situations in which you want to use it. |
App launch date | Application launch date in the format YYYY/MM/DD. For example: 2012/08/01. |
Service area / country | Service area (such as Asia, Africa, America, or Europe) or the country where the application is going to be used. |
Daily push requests | Estimated total number of daily notifications. |
Transactions per second | Estimated peak number of transactions per second (the recommendation is below 100). |
Note |
---|
The Tizen push messaging service limits the total number of messages a sender sends, and also the number of messages a sender sends to a specific device. The payload is limited to 1024 bytes. |