31-07-2026, Saat: 17:57
(31-07-2026, Saat: 06:41)emailx45 Adlı Kullanıcıdan Alıntı: If the freezing has stopped, that is already a good sign. It means the errors have been isolated and the flow is successfully reaching its destination. However, that doesn't guarantee that your implementation is 100% correct!
In any case, never use modal windows to display messages in a mobile environment—especially within a thread! It is always better to delegate these tasks to the system's messaging mechanism, for instance.
You could create a class using the Observer pattern to send your messages, or use the standard "TMessageManager" class, which allows you to subscribe an object—such as the active form—to receive them.
Regarding the event that isn't firing, you need to check exactly when the "Billing" library triggers it. Unfortunately, I am not very familiar with this library, so you will need to research it further to understand which events it triggers and when.
Here is a draft I put together based on your code.
Galiba sorunun ne olduğunu buldum. Yukarıda paylaştığım kodu billing-8.0.0 dan geri eski billing-7.1.1 getirdiğimde ve manifesti o duruma göre düzenlediğimde uygulama direk çalışıyor ve onProductDetailsResponse tetikleniyor. Hatta satın alma metotları da aktif oluyor galiba IDE 8.0.0 desteklemiyor. Bu durumda ne yapabilirim yeni sürüm mü çıkmasını beklemem lazım yoksa buna bir çözüm var mı yardımlarınızı bekliyorum.

