Understand GameCenter and AppStore API concepts
masterThe API is organized around several core abstractions used to navigate and display content in the Metro UI:
- Namespace (NS): Defines the content domain. Values are
app(AppStore),game(GameCenter), orvideo(Videos). - Item: A single product, such as an App or a Game.
- Album: A collection of Items or other Albums. Specific IDs have predefined purposes:
recommend: The recommendation/home page.categories: The entry point for all categories.{category}: All items within a specific category.{category}/{subcategory}: All items within a specific subcategory.
- Type: How items are organized. Use
albumfor collections oritemfor individual products. - UI Type: Defines how content is rendered (e.g.,
metrofor Metro-style layouts ordetailfor item details). - Sort: Determines the ordering of items. Options include
weighting(default),created,updated,name,score, anddownload.