feature request
Making outgoing phone calls is not working:
cxcc = CXCallController.alloc().init()
cxcc.requestTransactionWithAction_completion_(CXStartCallAction.alloc().initWithCallUUID_handle_(UUID.alloc().init(), CXHandle.alloc().initWithType_value_(CXHandleTypeEmailAddress, "me@me.org")), completion)
ObjCBlock completion will receive an error domain() = com.apple.CallKit.error.requesttransaction code() = 1
which means, CXErrorCodeRequestTransactionErrorUnentitled.
Apparently this can only be fixed by adding "VoIP" iOS Background App Mode to Pythonista itself.
https://stackoverflow.com/questions/47672843/error-while-requesting-a-transaction
Can I have this added?