diff --git a/lib/runner.dart b/lib/runner.dart index 0f83b67..765f300 100644 --- a/lib/runner.dart +++ b/lib/runner.dart @@ -31,7 +31,6 @@ Future runLightmeterApp(Environment env) async { IAPProduct( storeId: IAPProductType.paidFeatures.storeId, price: '0.0\$', - status: IAPProductStatus.purchased, ), ], child: application,