I am trying to add in-app purchases in my game that I develop in unity 4.3 and I am using Soomla plugin to do the job. Everything is going fine except one thing. When The popup dialog for the payment shows up, after some seconds another popup appears saying that the app is not responding and asks if I want to wait the app to respond, or close the app. Ofcource if I choose wait, everything continues as it should, but I would like to avoid this popUp. Is there a special command I have t add in my code to prepare the app for the purchase popUp?
Possible issue -- After further investigation I found out that the not responding was caused by ads that wanted to load while the purchase popUp was visible and they couldn't. So it wasn't related to Soomla.