I have an application that has free and priced products, I need to create two APKs for my application and show the application that supports In-App Billing in the countries that support it and show another APK of the same application that doesn't support In-App Billing (It has only the free products) in the countries that don't support it.

Can I use the Android Market Multiple APK Support feature to achieve this? If not, is there any feasible suggestions other than creating tow separate applications?

link|improve this question
feedback

1 Answer

You can achieve this by localizing your application. Check this.

link|improve this answer
I am afraid that you didn't get what I am asking. This has nothing to do with localization. What I need is to show different APK in different countries for the same application – Mahdi Hijazi Oct 9 '11 at 14:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.