Posts

Post not yet marked as solved
1 Replies
389 Views
I am working on automating testing for Callkit interaction.I managed to call from client A to B.When B receives the call he is shown the Callkit screen.Manually, I can click on accept and the call is established.However, when I try to record the Callkit interaction, XCode is crashing and the application on the phone as well.Am I breaking any security limitation by trying to automate the "Accept call" interaction?As I am not able to access the Callkit screen element via interaction recording;I am wondering if someone as any experience with that kind of automation or if someone could point me to the documentation that would describe the button ids for the Callkit screen.
Posted
by kevin-tdl.
Last updated
.
Post not yet marked as solved
1 Replies
970 Views
Hi I am testing some application using iOS push Kit. I have noticed that the[PKPushCredentials.token description] result are not consistent between iOS 12 and iOS 13 beta.The application is able to receive notification On iOS 12 it will give me something like<05ba1117 2dd0662e e722ea7d 2ceca3d2 c7797fa2 41571906 04683805 8c96f5fd>But on iOS13 beta 1 the result of the same call is :{length = 32, bytes = 0x91798398 8547858f 816b4cb6 ff876395 ... a4bb02ca 2b6e2768 }
Posted
by kevin-tdl.
Last updated
.