andreamainella98 / phone_state

Flutter plugin
BSD 3-Clause "New" or "Revised" License
9 stars 18 forks source link

How to get number on ios side #21

Open recepozturk53 opened 11 months ago

recepozturk53 commented 11 months ago

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?

SOG-web commented 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)

recepozturk53 commented 11 months ago

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.

NathanApps commented 9 months ago

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?

recepozturk53 commented 9 months ago

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.

NathanApps commented 9 months ago

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