Open sanketshahc opened 2 years ago
So I think I've resolved this....if youre using Always On Vpn on ios, you need to add this to the vpn config dictionary:
<key>Tunnel Configurations</key>
.....
<key>ServiceExceptions</key>
<array>
<dict>
<key>ServiceName</key>
<string>CellularServices</string>
<key>Action</key>
<string>Allow</string>
</dict>
</array>
otherwise calls fail.
Suddenly, cannot make calls on iphones with config profile....
A clear and concise description of what the bug is.