omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. lei

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    lei

    @lei

    0
    Reputation
    309
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    lei Unfollow Follow

    Latest posts made by lei

    • RE: Cannot make CallKit outgoing calls - Pythonista 3 is not entitled to VoIP

      Well, the above API calls using CallKit enable me to input/output and tap into the audio which is quite different than only initiating a phone call. Is there any way to “help” the app developers get this through Apple?

      posted in Pythonista
      lei
      lei
    • Cannot make CallKit outgoing calls - Pythonista 3 is not entitled to VoIP

      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?

      posted in Pythonista
      lei
      lei