Amazon AppStore URLsΒΆ

If you are publishing your Android app on the Amazon AppStore you may need to ensure any links generated from social actions (e.g. share) refer to your Amazon App listing rather than the default Android Market url.

To do this, simply add a configuration entry to your socialize.properties file

# Configure links to go to Amazon AppStore
redirect.app.store=amazon	

The value for the Amazon AppStore is “amazon” (lower case)