Re: [android-developers] Free Version of App
Nick Owens wrote:
> Upload my application to the market as two versions of the EXACT same
> codebase (configurations and all).
Won't work, at least not completely. Each application on the Market has
to have a unique package, as defined by AndroidManifest.xml.
> When installed on the phone, the market
> would add an extra tag describing the version number or name of the
> downloaded app version.
The version number and name are also defined in your AndroidManifest.xml
file. Since you will be uploading a digitally-signed APK file to the
Market, that file cannot be modified once it leaves your development PC.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy
Android App Developer Books: http://commonsware.com/books
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home