HI.
i am making a new application which uses in_app_purchase for iOS.
it’s still under development.
it uses revenuecat.
But it has a problem.
when offer offerings,it receives empty at offerings and product
it said message
```
2021-12-14 00:07:14.629598+0900 Runner[19365:4255891] [Purchases] - INFO: Ensure your products are correctly configured in App Store Connect
2021-12-14 00:07:14.629628+0900 Runner[19365:4255891] [Purchases] - INFO: See https://www.revenuecat.com/2018/10/11/configuring-in-app-products-is-hard
2021-12-14 00:07:14.629687+0900 Runner[19365:4255891] [Purchases] - INFO: Could not find SKProduct for (
"inner_repair_subscription202201",
"inner_repair_subscription202201"
)
```
by the way i have been developing it by flutter.
i guess reason is that paid app settings is not completed yet.
is that true?