hi all. i used in application libc sockets. for selecting iap used this code:
but dialog box "select iap" show up (at moment calling function "connect" from libc).Code:void SelectIAP() { TUint32 iSelectedIap = 1; TCommDbConnPref connectPref; connectPref.SetDialogPreference(ECommDbDialogPrefDoNotPrompt); connectPref.SetIapId(iSelectedIap); RSocketServ iSocketServ; RConnection iConnection; iSocketServ.Connect(); iConnection.Open(iSocketServ); iConnection.Start(connectPref); }
maybe exist other method for autoselect IAP?



