Hi, i'm trying to follow UG10045.pdf - Starting development with TapLinx iOS SDK. Below is excerpt from that guide:
3.4 Implementing the delegate method for APDU communication
To communicate with the TapLinx iOS Library and the Tag (or Card), a delegate method which is created inside
the MIFAREApduHandler must be implemented in your class. Below is the delegate method.
However i do not understand where i should implement that TapLinxApduHandlerProtocol, on what class? Where/how should i pass my class to something in Taplinx SDK to indicate where i implemented that hander? Is there a ios sample app like for Android? It would be very helpful. In case there is no such app, could someone share a code sample with full sdk initialization on ios?