This is related to this, and many more like it, thread:
_TransactionsRestored NEVER seems to trigger
As far as I can tell there is one, and only one, clue for when this is the problem: The event never, ever gets called. No error message at any point, just no action when there should be.
(Strictly speaking it's probably not a code smell, but an IDE smell. But given that the end result is that we all want to create error-free code, I thought it could be shoehorned into the definition.)
_TransactionsRestored NEVER seems to trigger
[NOT A BUG - SOLVED!] _TransactionsRestored NEVER seems to trigger
Over the last week I've been trying to get store.RestoreTransactions to work in my app. It finally works perfectly, with a build uploaded to Apple Connect and app downloads via TestFlight. However, I had to totally circumvent _TransactionsRestored in order to make it work! It NEVER fires, even...
www.b4x.com
As far as I can tell there is one, and only one, clue for when this is the problem: The event never, ever gets called. No error message at any point, just no action when there should be.
(Strictly speaking it's probably not a code smell, but an IDE smell. But given that the end result is that we all want to create error-free code, I thought it could be shoehorned into the definition.)