Hi friends,
i have developed application which register on sip server using profile.
i have set capabilities : NetworkServices WriteDeviceData ReadUserData
it is working fine on emulator.
but on devices (N93 and N80) it creating problem. when i am calling following function it gives error: unable to execute file for security reasons
TBool CSIPEngine::ExecuteL() {
iSIP = CSIP::NewL(iUid, *this);
}
i have tryed two way
1)signed my application with developer certificate having capabilities NetworkServices WriteDeviceData ReadUserData
2)signed my application with developer certificate having all capabilities.
what would be the problem? please help me.....



