Open recepozturk53 opened 11 months ago
It not yet possible on ios
But a new API is coming on IOS soon that will allow us to do that. The API is called Journal API (still in beta)
Thanks for the answer, btw I did it with the call directory extension using ios side with swift codes and some implementations process as soon as possible I will share medium blog about it.
Thanks for the answer, btw I did it with the call directory extension using ios side with swift codes and some implementations process as soon as possible I will share medium blog about it.
Did you create a blog on how to do this?
Thanks for the answer, btw I did it with the call directory extension using ios side with swift codes and some implementations process as soon as possible I will share medium blog about it.
Did you create a blog on how to do this?
I would like to do that but this man already did it https://addevice.medium.com/how-we-make-flutter-work-with-callkit-call-directory-e56b7a9513b4, It just missed side how to add group apps on AppStore you should research for this and it's pretty easy you will see, and there is one exception if you add extension side code file in vsCode it's not seeing on ios Side I don't know why you should add them on xCode.
Thanks for the answer, btw I did it with the call directory extension using ios side with swift codes and some implementations process as soon as possible I will share medium blog about it.
Did you create a blog on how to do this?
I would like to do that but this man already did it https://addevice.medium.com/how-we-make-flutter-work-with-callkit-call-directory-e56b7a9513b4, It just missed side how to add group apps on AppStore you should research for this and it's pretty easy you will see, and there is one exception if you add extension side code file in vsCode it's not seeing on ios Side I don't know why you should add them on xCode.
Brilliant thanks for this I shall take a read and get my head round it all
is it possible to get phone number info on the ios side, I can listen phonestates on an ios device but of course, I can not get the phone number because the package does not contain it, but I want to learn if it is possible to get with swift codes if it possible how to do? Does anyone know?