-
Notifications
You must be signed in to change notification settings - Fork 2
InfobipSimulator
Adnan Mujagić edited this page Jun 11, 2024
·
3 revisions
Creates a simulated PKPushRegistry instance used for testing calls on a simulator.
-
token:String- Authentication token generated by client's app via Infobip's HTTP /webrtc/1/token endpoint.
let token = obtainToken()
let pushRegistry = InfobipSimulator(token: token)