We have developed several apps and published them on Android Market. We are 
now writing an app that another company will brand and sell through their 
own publisher account. The other company has no experience with Android 
Market or with Android development. I'd appreciate any insights from others 
who have faced similar situations. I'm specifically concerned about the 
following areas:

*Signing the app*
The alternatives we see are: sign with our usual key; create a signing key 
pair specific to the other company and sign with that; or help the other 
company install a development system, generate a key pair, and do the 
signing themselves. The latter would require us sending them the project 
sources, which presents its own problems. Other than our concern about 
sending the source, does the choice matter in any way?

*Licensing*
Since the license check will be done against their account, the code will 
need to embed their public key for decrypting the license response. Is there 
any reason they should be concerned about sharing that key with us? Are 
there any alternatives to them sharing the key with us?

*Publishing*
The other company is responsible for all marketing and sales; we are 
responsible for the app development. From what we can tell, Android Market 
is not set up to allow a clean separation of these roles. (It assumes that 
the developer will also be the publisher.) This makes it difficult to work 
out a division of responsibilities for the publication process. Our initial 
thought was to deliver the .apk file to them and let them handle it from 
there. The licensing issue was the first indication that we were being naive 
about this. The publishing process itself is rather technical, and we see 
two alternatives: walk them through all the steps or ask them to give us 
access to their publisher account and do it ourselves. How do others handle 
this situation?

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to