Closed nikkonikko closed 8 years ago
Thanks for reporting this. This is something we also found out recently, and in our next major release of the SDK "retrievePaymentInfoForReference" has been updated to:
/! Query iZettle for payment information of a payment with a given reference. /
Perfect. Looking forward to the next release.
Fixed in 1.2.1.
The method "retrievePaymentInfoForReference" never return (never call the completion block), if nobody is logged in. (It works fine, when logged in)
Also an older version had the method "presentLoginFromViewController:" implemented, so we could force the user to login first - and be sure, the user was logged in - before calling any iZettle operations.
Is it possible for you to add the method again or maybe just add a callback to the method 'presentSettingsFromViewController'?