ssttonn / flutter_watch_os_connectivity

A plugin that provides a wrapper that enables Flutter apps to communicate with apps running on WatchOS.
BSD 3-Clause "New" or "Revised" License
7 stars 12 forks source link

[iOS] session(_:didReceiveMessage:) is interrupted by phone call #6

Open chuanpham opened 6 months ago

chuanpham commented 6 months ago

I encountered the following problem, hoping to find a solution.

When a call comes in, session(_:didReceiveMessage:) is interrupted.

Has anyone here encountered this problem on iOS?

Thank you for your help.