Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studio Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studio Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE
tizen.push.registerService returns Unknown error
Hello
I added the privilege “http://tizen.org/privilege/push”.
and I got the appID, appSecret from push.tizen@samsung.com
and used below code.
——————————————————————————————–
var service = new tizen.ApplicationControl(“http://tizen.org/appcontrol/operation/push_test”);
// Defines the error callback.
function errorCallback(response) {
console.log( ‘The following error occurred: ‘ + response.name);
}
// Defines the registration success callback
function registerSuccessCallback(id) {
console.log(“Registration succeeded with id: ” + id);
}
// Requests registration.
tizen.push.registerService(service, registerSuccessCallback, errorCallback);
——————————————————————————————–
I have tested on Samsung Z1 device.
but the response from errorCallback is UnknownError.
Am i missing something? or..
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio