Hi,
I am using Unity 4.6.3 with the latest Chartboost SDK (11th March).
On iOS version, everything works fine.
On Android, the touches strangely trigger on both the interstitial/"X" button AND the underlying interface elements, resulting in unwanted UI interaction when user just wants to close the interstitial. Like the interstitial somehow passes the touches to the underneath layer, but it also performs the desired actions itself.
I have requested support from Chartboost but there is no reply.
Anybody knows what can be done? I thought of disabling and re-enabling the interface when the interstitial is displayed, but I don't know of a reliable way to do it without rewriting a massive chunk of the code.