I want to open the Clover App Market from my application. On click of one button I want a user to download a specific app from clover app market. Please help me in this.
I want to open the Clover App Market from my application. On click of one button I want a user to download a specific app from clover app market. Please help me in this.
Check out ACTION_START_APP_DETAIL
in the Intents
class in the Clover Android SDK. The user needs to choose to install the app, you can't force it to be installed. What apps get installed must be under control of the merchant.
1 Person is following this question.