nevyn / SPMediaKeyTap

[Cocoa] SPMediaKeyTap is a global event tap for the play/pause, prev and next keys on the keyboard.
http://overooped.com/post/2593597587/mediakeys
Other
266 stars 44 forks source link

Crashes after Code sign #26

Closed SSGangwar closed 10 years ago

SSGangwar commented 10 years ago

I have developed an application of mac os using spotify APIs . And i have uses your SPMediaKeyTap but it is crashes after code sign application and working well without code sign please help me

Please help me as soon as possible we have to submit app on appstore.

Thanks

nevyn commented 10 years ago

Since SPMediaKeyTap inserts a global system-wide event tap, which does not work with sandboxing. Ergo, SPMediaKeyTap cannot be used in AppStore apps, and you should submit a feature request to bugreporter.apple.com requesting a similar API/functionality from them, which can be used from within Sandboxed apps.

Also, when submitting crash bug reports, please attach a crash report, stack trace and console output. Thanks.