dooboolab-community / flutter_inapp_purchase

(Sun Rised!) Flutter plugin for In App Purchase.
MIT License
549 stars 236 forks source link

missing products #471

Closed pmagnuson closed 6 months ago

pmagnuson commented 6 months ago

Version of flutter_inapp_purchase

5.4.2

Platforms you faced the error (IOS or Android or both?)

IOS

Expected behavior

Should return all products. There are 8 products defined in my App Store configuration. Screenshot 2024-02-15 at 12 03 58 PM

Actual behavior

getProducts only returns 6 of the products.

[log] FINER: 12:5:43:239: PurchasePage: initConnection result: true
[log] FINER: 12:5:46:756: PurchasePage: _getProduct Concise Buddha Path English id_concise_dzogchen_buddha_path_english
[log] FINER: 12:5:46:758: PurchasePage: _getProduct Concise Buddha Path German id_concise_dzogchen_buddha_path_german
[log] FINER: 12:5:46:759: PurchasePage: _getProduct Concise Buddha Path Russian id_concise_dzogchen_buddha_path_russian
[log] FINER: 12:5:46:760: PurchasePage: _getProduct Buddha Path 2nd Ed. English id_second_edition_english
[log] FINER: 12:5:46:761: PurchasePage: _getProduct Buddha Path 2nd Ed. S. Chinese id_second_edition_simplified_chinese
[log] FINER: 12:5:46:762: PurchasePage: _getProduct Buddha Path 2nd Ed. T. Chinese id_second_edition_traditional_chinese

Tested environment (Emulator? Real Device?)

tested on real device iPad (6th generation) iOS 17.2

Steps to reproduce the behavior

pmagnuson commented 6 months ago

this was a problem in my code.