Has anyone tried to create an way to dynamically handle the multiple app markets that you can send a user to? It's easy to embed an intent to send users to your app on Google's app market, but what if you release the same app on the Google market, the Amazon app market, SlideMe, GetJar, etc? I would prefer to not have to recompile a different .apk hard coded for each market. However, it might not do too much good to direct someone who downloaded from SlideMe to the Google market, particularly if they can't buy paid apps from Google in their country. Amazon initially rejected my app because it didn't link back to the Amazon market, and I expect that they'll get stricter about that once they have launched their market.
Should I just show a selector to the user, or is there some clever way to determine the best market to send to?



