← Back to team overview

ubuntu-appstore-developers team mailing list archive

Re: [Ubuntu-phone] Switching Click framework to 14.04 Dev

 

On 02/13/2014 08:10 AM, Pat McGowan wrote:
> Note that the developer should be able to claim support for multiple frameworks.
>

To be clear-- the developer can claim support for multiple frameworks with the
same major version. Eg, this is allowed (syntax might not be final here, but you
get the idea):

  "framework": ["ubuntu-sdk-14.04-dev", "ubuntu-sdk-14.04"]

but this is not:

  "framework": ["ubuntu-sdk-13.10", "ubuntu-sdk-14.04"]

App developers should at some point be able to upload different versions of the
app to support different framework major versions if they want to. Eg:

- MyCoolApp for 13.10
  "name": "com.ubuntu.developer.id.mycoolapp"
  "version": "0.1.1"
  "framework": "ubuntu-sdk-13.10"

- MyCoolApp for 14.04
  "name": "com.ubuntu.developer.id.mycoolapp"
  "version": "2.0.1"
  "framework": "ubuntu-sdk-14.04"


The review tools will enforce this and the SDK will be updated to make sure the
developer doesn't have to worry about this needlessly.


-- 
Jamie Strandboge                 http://www.ubuntu.com/

Attachment: signature.asc
Description: OpenPGP digital signature


Follow ups

References