Wednesday, September 15, 2010

[android-developers] Re: Upgrade non-market app with a new market version.

Hi psyke,

You can perform OTA just following the same requirements Android
Market performs.

VersionCode greater than the one is already installed, signing
certificates need to match.....package name needs to match...

Later after all the bureaucratic things are done you can publish the
app in the android market with a greater version code and this will
update the second version that was installed as OTA.

I've tried my self already...just don;t forget to follow the same
requirements from the Android Market.
Remember that the user can disabled the option of "Installed app that
doesn't come from the android market", if this is check OTA cannot be
executed because it doesn't come from the Android market..

good luck
On Sep 15, 9:18 am, psyke <eusebio....@gmail.com> wrote:
> Hello Guys,
>
> I am developping (for my company) an app included on a project that
> will have 2 versions:
>
>      - 1st  simple version to download using a OTA server, clients
> accesss to an URL to download.
>      - 2nd version more complex to be published on the Market.
>
> The question here is that the process to publish on the Android Market
> is under bureaucratic internal process and it takes a long time, so
> the idea do reduce the time to market is to provide an OTA version.
>
> There is any possibility for users that download application via OTA
> to upgrade the application for version published later on the Market?
> (Both Application will be signed with the same key).
>
> Thanks in advance
>
> Regards

--
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

No comments:

Post a Comment