Hi
I'm trying to register to push notification server by calling Tizen::Messaging::PushManager::RegisterPushService method. But it always return E_SERVICE_UNAVAILABLE result in OnPushMessageReceived callback.
Test application "PushClient" from Tizen IDE works fine. But when I changed appId of that test application, it also show error E_SERVICE_UNAVAILABLE.
So I decided that I must register my own application with concrete appId for push notifications someway.
I sent push service request (https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.appprogramming/html/guide/messaging/push_service_request.htm) and got answer "Congratulations! Your Tizen push messaging service request has been approved".
But I am still getting E_SERVICE_UNAVAILABLE result in my app.
I need to do anything more to register push notifications for my app? May be I need to pass Validation process in Tizen store for my app? I created my application in Tizen Store with corresponding Id, uploaded tpk, but didn't pass validation, because it is test application, and I thought it is not necessary to pass validation.
I should say also that I added "http://tizen.org/privilege/notification" and "http://tizen.org/privilege/push" privileges to manifest.xml file of my app.
Thanks for any help.
Boris Tsarev