I'm working on multiplatform in iOS. I'm running into a problem with in-app purchase of a subscription. It appears that the listener (SKPaymentTransactionObserverProtocol) isn't getting called when a new item is added to the queue. Is there anyone here who has worked in this area that I could talk(pm) through the problem with?
m
Michael Krussel
05/08/2024, 12:31 PM
I don't know that library, but I had problem with callbacks not getting triggered when I passed delegates to iOS classes, and the problem was that the thing I sent it to held a weak reference and I was not holding on to a strong reference anywhere.
y
YourOldNemesis
05/08/2024, 9:30 PM
Good idea. I had a check - there's a strong reference tied to the app lifecycle by koin.