I've developed a stand-alone app which requires a data file outside of the application bundle. I'm trying to distribute as a .DMG file downloaded from my website.Once download from the Internet, the .app file and data file have the quarantine attribute set when they are copied from my DMG.The issue is that on 10.14 and above, regardless of signing the application, data file and DMG, my application can’t find my DATA file UNLESS I copy the data file separately. Yes, actually copy the application to a folder, then copy the data file separately.I am wondering if anybody has an any ideas on how to solve this?From everything I've read and heard, it seems like the problem may be that the .app file needs to be notarized but if there is another solution that would be great to know.Thanks much for any advice anyone may have!
Post
Replies
Boosts
Views
Activity
I am wondering how to submit a codesigned app for notarization? I do not see any way to do it in the developer.apple.com portal.I’ve found many articles talking about the requirements for notarization but none I found give guidance on how to actually submit the app.I am new to development on MacOS and just registered for the developer program, so I am probably missing something simple!Thanks much for any advice anyone can offer.