Bixby Developer Center

Guides

6794 (Marketplace Constraints)

We've deprecated marketplace-constraints for better fine-grained control, with the new option to opt into an explicit list of device-models and store-countries for which you want your capsule to be available.

Learn more about updating your capsule.bxb file to provide store countries and device models.

Note

Your capsule will only appear in a specified country when the Marketplace is available in that country.

Examples

capsule {
...
device-models {
all {
except (SM-G973[A-Z]*) // Galaxy S10
except (SM-G975[A-Z]*) // Galaxy S10+
}
}
}
capsule {
...
store-countries {
all {
except (CN)
}
}
}

Deprecation Stages

Learn more about the deprecation stages.

  • Stage 1: R19U
  • Stage 2: R19X
  • End of Life: R20I