I want to use the IAP proxy settings automatically when settings up a session.
According to nittin mitals post you could set up a HTTP connection using the CHttpFilterProxyFilterInterface after opening the session, but before starting a transaction. This works fine on S80 devices, tested on 9300 and 9500 but silently kills my app on the 6630. The connection is started, and when the connection is setup the app dies without any error messages. Has anyone encountered the same problem? Is there another way to use the proxy settings for the IAP? I get the same result if I set up the address and port for the proxy on a per transaction basis.
We are facing the same. The code is runngin well (including proxy connections) on other V2 phones and on the 9500.
It crashes on the 6630, with Panic StringPool 4 (which is not documented it seems).
Did anybody get it running and can help us out here?
No, I havent found any more information about the problem and so it isn't solved. We check the device model before doing any HTTP stuff and dont install the filter if it is a 6630. This, ofcourse, prohibits the user from choosing a IAP with proxy settings.
It seems to work, but I did not test it intensively. To avoid side effect, I prefer to keep using CHttpFilterProxyInterface() if machine uid is different from 0x101fbb55 (Nokia 6630)...
The Nokia 9500 and 9300 based on Symbian OS 7.0s and behave very similar , meanwhile the Nokia 6630 is based on Symbian OS 8.0a. Even though CHttpFilterProxyFilterInterface implementation is quite the same.