Open Play Store directly from your app

Google Play can be opened just by using Intent mechanism and using market:// prefix when writing URI. You need to consider situation when your app runs on device which does not have Play Store installed and then ActivityNotFoundException will be thrown. Then we can handle that by preparing alternative URI that will be opened by theContinue reading “Open Play Store directly from your app”