I am in a situation where I have to publish two variants of the same application which are optimized for different devices (one for a specific HTC, other for all the other devices)
I want to be able to publish both the apps specifying which one is compatible with which device.
Is it something that I'll be controlling with the Manifest
file?
If yes, then how!?
The typical scenario is, I have a separate version for HTC Inspire 4G
, and another version for every other phone.
How do I upload these two to the market when:
Unfortunately, each application on market must have unique package. So you are out of luck to upgrade single application to different ones depending on device.
I'd suggest that you make accommodations for Inspire 4G
in your code. I suspect that differences are not that significant to warrant two applications.