I am currently writing type ahead feature using ACTV. When I use the emulator to test the function sometimes I have the following error messages via Toast:
“SSL Exception Error. 1408F119:SSL routines: ssl3_get_record:decryption failed or bad record mac”
“Err: Developer Over Qps”
Here are my questions:
Is it just Android issue? (although I dont think as it involved network)
I’m not sure about the first issue, I’ll try to reproduce it.
When it comes to the second issue, it looks like you are reaching out the default API QPS settings. You can read more details about our QPS settings here: https://developer.tomtom.com/store/maps-api.
We do have however a nice app, which is using the typeahead feature. It delays an API call (with the Runnable) after a user will stop writing letters. You can find a helpful source code here.