I am using In-App Version Checking, and I would like to test the dialog if it's working.
If I try:
ms.locale(Locale.getDefault().toString()).force(true).level(MarketService.MINOR).checkVersion();
it works great, but this is a force alert dialog, what I want to use is the automatic code:
ms.level(MarketService.MINOR).checkVersion();
but I can't see if it's working.
I tried to low the app versionCode and versionName in the manifest, but it doesn't seems to work.
Any ideas??
thanks !!