potionfactory/LetsMove

Doesn't work with sandboxed apps

Closed this issue · 2 comments

I tried using LetsMove in my sandboxed app, and I kept getting errAuthorizationDenied when requesting the authorization to do the move. It turns out that according to Apple's Sandbox Design guide, sandboxed apps can't use Authorization Services.

A note at the top of README.md could save people some time.

(Alternately, you could detect if the app is sandboxed, and show an alert advising the user to quit and move the app manually.)

A note was added to the README. Sorry that it didn't mention it sooner.

👍