语言

Menu
Sites
Language
Launch SamsungApps app with my AppId

Hi !

I need to open programmatically SamsungApps and pass my AppId to it.

So that, it will open my AppPage.

But, I don't see such option in FindAppControlN().

How to do it ?

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

4 回复
Alex Dem
Hi, I did not meet such api. I am not sure that Applications could interact without launching. If you launch requested Application this way: AppManager::FindAppControlN(AppId,Operation); Tizen::App::AppControl::Start(*pUriData,*pDataType,*pExtraData,*pListener ) on requested App side should be registered IAppControlProviderEventListener and some data will comes in reimplemented method OnAppControlRequestReceived( reqId, &operationId, *pUriData, *pMimeType, *pExtraData ) . I don't think that reqID is equal AppId... but AppId could comes inside pExtraData. But there is should be convention between Apps how to send/get Extra Data, parse it and launch caller Application again. Look at this article, here is described how requested App and caller App could interact: https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.native.appprogramming%2Fhtml%2Fguide%2Fapp%2Fhandling_appcontrol_request.htm But maybe someone else could provide useful info . Alexey.
Marco Buettner
SamsungApps isn't include in Tizen
hgw7
SamsungApps was there in Bada, nothing like that in Tizen.
Serhii Kolomiiets
Yes, after posting I realized that there is yet no appstore in Tizen :)