User283571144 posted
Hi tadbirgaran,
Can the Web api used to communicate with other sites be used to communicate with the mobile app?
Do you mean you want to communicate the web api which inside a mobile app?
If this is your requirement, the short answer is yes.
We could communicate the web api by sending the request to the api application.
But we couldn't use the web api to call mobile app's function.
We should use other technology like SignalRto achieve this requirement. You could use web api's controller method to call SignalR mobile side client method.
More details, you could refer to below article:
https://montemagno.com/real-time-communication-for-mobile-with-signalr/
Best Regards,
Brando