Skip to content

in_app_purchase getAvailableProducts #175453

@pmagnuson

Description

@pmagnuson

Use case

Future<ProductDetailsResponse> queryProductDetails( Set<String> identifiers )
Query product details for the given set of IDs.
This function requires the app to know the product identifiers.

the older library flutter_inapp_purchases included a function getAvailableProducts(). This function returns all the products listed in the store.
Without this functionality, every time a new product is added in the store, the application must be updated to correspond.

Proposal

add a function getAvailableProducts()

This function should return a list of products that are listed in the App Store/ Play Store.
This way the changes to the product set can be made in the store without doing an app release.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work listc: new featureNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to Flutterp: in_app_purchasePlugin for in-app purchasepackageflutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions