In order to use in app purchases on Android does the app have to be distributed via Google Play? To clarify, there are two questions:
If I create
com.my.app
and distribute it both via the Google Play store and via my own methods will apps installed either way be able to purchase in app purchases?If I create
com.my.app
and only distribute it via my own methods will people be able to make in app purchases?