My scriptable app stopped responding to apple events

Hi, I launched a scriptable mac app to the Appstore and everything works fine if i use it from the store. In the meantime, after about 6 months, i started working again on the development version and i noticed if i have 2 apps none of them receives the apple event anymore, but one of them still launches if closed. The error i get is: AppleEvent handler failed." number -10000

If I keep only the appstore app the events work. If I keep only the development version the events don't work, although they did work in the begining since i couldn't implement it without seeing it working.


Do you have any idea what might be going on? The docs don't say about any restriction on receiving apple events in sandboxed apps.


This is my sdef https://github.com/ralcr/Jirassic/blob/master/Delivery/macOS/jirassic.sdef

And the event is: tell application "Jirassic" to set tasks to "{\"taskNumber\":\"1111\", 'taskType':'5'}"


Thanks.

My scriptable app stopped responding to apple events
 
 
Q