Skip to content

[in_app_purchase_storekit] Comment in example/lib/main.dart may be incorrect. #159623

Open
flutter/packages
#9445
@probabilityhill

Description

@probabilityhill

packages/packages/in_app_purchase/in_app_purchase_storekit/example/lib/main.dart at main · flutter/packages

Current:

// When using the Android plugin directly it is mandatory to register
// the plugin as default instance as part of initializing the app.
InAppPurchaseStoreKitPlatform.registerPlatform();

Expected:

// When using the StoreKit plugin directly it is mandatory to register
// the plugin as default instance as part of initializing the app.
InAppPurchaseStoreKitPlatform.registerPlatform();

Metadata

Metadata

Labels

P2Important issues not at the top of the work listd: examplesSample code and demosp: in_app_purchasePlugin for in-app purchasepackageflutter/packages repository. See also p: labels.platform-iosiOS applications specificallyteam-iosOwned by iOS platform teamtriaged-iosTriaged by iOS platform team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions