The iOS Action Extension sample code does not seem to work.
In xCode, I create a new Swift project and choose Single View Application.
Then I se
I found a solution: create the project and app extension in Objective C, instead of Swift, and everything works fine. So apparently there is a bug in the Swift implementation.