outline-apps icon indicating copy to clipboard operation
outline-apps copied to clipboard

[iOS] Don’t read the pasteboard automatically

Open yakovmanshin opened this issue 2 years ago • 2 comments

What would you like the app to enable you to do? iOS 16 intercepts apps’ automated attempts to access the pasteboard, as it may contain sensitive information, and requests an explicit approval from the user. The alert entirely blocks the UI, which isn’t a good thing in Outline’s case, considering how [not] often new keys are added, compared to connecting to / disconnecting from servers.

I suggest deferring the pasteboard read to the point where the user presses the + button to add a new server.

yakovmanshin avatar Jul 01 '22 17:07 yakovmanshin

ERROR: Plugin 'OutlinePlugin' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml. I click connect on the mobile terminal and report this error Bro, did you have this problem with your test?

jimlvqwer1234 avatar Jul 13 '22 17:07 jimlvqwer1234

I have similar problems from time to time, where one or more dependencies wouldn’t load, or some source files wouldn’t make it to the Xcode project (they appear red in the organizer).

Usually, deleting the platforms, plugins, and www directories, and rerunning the build script helps. But of course it’s not good the app is so fragile.

yakovmanshin avatar Jul 13 '22 23:07 yakovmanshin