Post

Replies

Boosts

Views

Activity

Reply to Qt application is not requesting microphone access
HiI have noticed that when signing the application bundle withcodesign --strict --timestamp --force --verify --verbose \ --entitlements ./Entitlements.plist \ --sign "..." \ --options runtime ./build/$APP_NAME.app \ --deepthe microphone access is not requested anymore when starting the recording. However, removing --deep option seems to solve this problem, but the signed bundle does not pass the signing checkcodesign --verify --verbose=4 --deep --strict ./build/$APP_NAME.appand the application cannot be notarised. Is there a solution for this problem ? Or could this behavior be considered a bug ?
Feb ’20
Reply to Peer-to-peer communication
It is possible, but the connection time might be very long if the 2 peers are not on the same network. If both are on the same network (LAN), then the connection time is fast and the communication protocol is simpler (e.g. SIP protocol is essentially a peer to peer protocol and VoIP applications can be implemented using for example PJSUA.). When the peers are in different networks (e.g. both are in different LANs behind firewalls with access to Internet) a possible solution is to use BitTorrent Bleep
Jul ’21
Reply to Receive incoming calls while in background without push notifications
I have discussed with Apple technical support about this. At this moment it seems that VoIP applications in background can receive incoming calls by using either a public or a private push notifications server. https://developer.apple.com/documentation/networkextension/local_push_connectivity?language=objc I have opened a feedback with Apple for this: https://feedbackassistant.apple.com/feedback/9386479
Jul ’21