Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have the following platforms block in my config.xml, but when uploaded to the Android Marketplace, it has an API Level of 2-12+ (which is a minimum android version of 1.1). I need to limit the app to 7-12+ (min version of 2.1), but for some reason the setting is not applied. Has this been implemented yet in PhoneGap Build, or am I missing something?

<gap:platforms>
    <gap:platform name="android" minVersion="2.1" />
    <gap:platform name="ios" />
</gap:platforms>

Just so we're clear, this is PhoneGap Build we're talking about.

share|improve this question
is this an update or the first version? – Kevin Qiu Jul 25 '11 at 16:57

1 Answer

up vote 1 down vote accepted

Just so everyone else knows, it would appear that your question has been addressed on PhoneGap's GetSatisfaction page:

Hardeep Shoker (Official Rep)

Sorry for the confusion though the ability to specify it is present it needs to be integrated into build. We will look into it and post a notification once it has been completed.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.