Does InnerActive applications use any private application UID only
When I tried to install a " HelloWorld " sample application for s60 3rd edition integrated with InnerActive Symbian SDK( inneractiveAdSDK-Symbian-v1.7.0) . It says or throws error
"Unable to Install a protected application from supplier that is not trusted "
I replaced the lines
"void CINADSAppUi::InitAdModule()
{
// Query for inneractive_created Application UID
TBuf<256> buffInput, buffAppUid, buffPrompt;
buffInput.Copy(_L("IA_GameTest"));
buffAppUid.Copy(_L("IA_GameTest"));
buffPrompt.Copy(_L("Application UID:")); "
with my void CINADSAppUi::InitAdModule()
{
// Query for inneractive_created Application UID
TBuf<256> buffInput, buffAppUid, buffPrompt;
buffInput.Copy(_L("My APP NAME"));
buffAppUid.Copy(_L("MY APP NAME"));
buffPrompt.Copy(_L("Application UID:"));
In my application I used "0xexxxxxx" as my UID is which is unprotected.
Re: Does InnerActive applications use any private application UID only
Also check the capabilities.
Re: Does InnerActive applications use any private application UID only
Tha capabilities I used are :
CAPABILITY ReadUserData WriteUserData NetworkServices SwEvent
Re: Does InnerActive applications use any private application UID only
SwEvent can not be self-signed.
Re: Does InnerActive applications use any private application UID only
Ok then I will try to remove and see
Re: Does InnerActive applications use any private application UID only
I removed SwEvent now it is saying "Unable to Install'