Hi,
I have one app developed using SDK 2.2 and this app is in Tizen Store since almost 3 years. I would like to update this app with the newest API. In Tizen 2.2 PackageID had different format: "g4dybdKmdi", now in 2.4 is "org.example.app". To be able to update app, package id must be the same so I had to use "g4dybdKmdi" in Tizen 2.4.
Problem is that app is not running on the device with such package id.
Logs:
02-03 18:21:03.516 : ERROR / RESOURCED ( 681 : 681 ) : block.c: block_prelaunch_state(134) > insert data g4dybdKmdi, table num : 8 02-03 18:21:03.516 : ERROR / RESOURCED ( 681 : 681 ) : heart-memory.c: heart_memory_get_data(601) > hashtable heart_memory_app_list is NULL 02-03 18:21:03.536 : ERROR / CAPI_APPFW_APPLICATION ( 10035 : 10035 ) : app_error.c: app_error(63) > [app_get_package_app_name] INVALID_CONTEXT(0xfef00001) 02-03 18:21:03.536 : ERROR / CAPI_APPFW_APPLICATION ( 10035 : 10035 ) : app_error.c: app_error(59) > [ui_app_main] INVALID_CONTEXT(0xfef00001) : failed to get the package's app name 02-03 18:21:03.536 : ERROR / my_new_app_name( 10035 : 10035 ) : app_main() is failed. err = -17825791 02-03 18:21:03.616 : ERROR / AUL_PAD ( 1559 : 1559 ) : launchpad.c: __send_result_to_caller(282) > error founded when being launched with 10035 02-03 18:21:03.616 : ERROR / AUL_PAD ( 1559 : 1559 ) : launchpad.c: __send_result_to_caller(284) > The app process might be terminated while we are wating 10035 02-03 18:21:03.616 : ERROR / AUL_PAD ( 1559 : 1559 ) : launchpad.c: __send_result_to_caller(314) > process launched, but cmdline not changed 02-03 18:21:03.616 : ERROR / AUL ( 605 : 605 ) : amd_app_group.c: app_group_start_app(1037) > app_group_start_app 02-03 18:21:03.616 : ERROR / RESOURCED ( 681 : 681 ) : proc-main.c: proc_add_program_list(237) > not found ppi : g4dybdKmdi
Do you know how to solve this problem and update app from 2.2 to 2.4?