Hello dear developers!
I have this code. It gives empty result in spite there are contacts with specified phone number.
Could you please help me with this. Thanks.Code:RPbkViewResourceFile rfile (*CCoeEnv::Static()); rfile.OpenL(); CleanupClosePushL(rfile); CPbkContactEngine *contactEngine = CPbkContactEngine::NewL(); CleanupStack::PushL(contactEngine); CContactIdArray* contacts = contactEngine->MatchPhoneNumberL(aSelectedNumber, aSelectedNumber.Length());

Reply With Quote

