언어 설정

Menu
Sites
Language
Package uninstall was failed

Hi 

i develope on tizen 2.2.1 and i try uninstall package that was example source use my custom app.

now that was my source

Tizen::Base::String mPackageId =
                        pPackageManager->GetPackageIdByAppId(mButtonNameData);
result r = pPackageManager->UninstallPackage(mPackageId, this);

sure i`m add  privilege and privilege CA 

and success uninstall package.

but. when i uninstall package. my screen just turn into white. Without even the header or footer indicators

I do not know why this problem is happening.

thank you

Responses

1 댓글
Alex Dem

Hi,
FYI, You will not able to submit native apps developed with 2.2.1 into Tizen Store.Now Tizen 2.2.1 is deprecated but 2.3.0 is actual:
There is Package Manager is presented in 2.3.0 too:
https://developer.tizen.org/dev-guide/2.3.0/org.tizen.native.mobile.apireference/group__CAPI__PACKAGE__MANAGER__MODULE.html
But there is no way to uninstall app programmatically. You able to listening Package Events (install/uninstall/update)
Alexey.