Post

Replies

Boosts

Views

Activity

Reply to App Rejection for Freeze but testers not providing enough info
App-Review is not a QA Department. They are just checking if apps follow the Appstore-Guidelines. If your app crashes at start, the reviewer can't review and this is what he (or she) has told you. Even if your app passes app-review, it can crash on millions of user devices and I don't think that many of the disappointed users will give you more information than a bad ranking.
Jan ’20
Reply to Notarized software still gets labelled with `com.apple.quarantine` attribute
I don't think it is a problem about notarization, but about your Developer Certificate.If an app isn't notarized properly, the message is somewhat about 'Isn't checked for malware'.The message you see indicates what it said: Your Developer ID can't be verified.If you want to distribute your app outside the Mac-Appstore you'll have to sign it with the Apple Development certificate, not with the Apple Distribution certificate. The Apple Distribution certificate is for distributing via Appstore.And:Nether sucessfull signing or notarisation will remove the quarantine-flag. The quarantine-flag tells macOS to check signing and notarisation.GreetingsBrigitte
May ’20
Reply to How to grant access to Users Documents folder?
Take a look at Security-Scoped Bookmarks. You can find a short description how they work in the last half of this document: https://developer.apple.com/library/archive/documentation/Security/Conceptual/AppSandboxDesignGuide/AppSandboxInDepth/AppSandboxInDepth.html Nevertheless you have to ask for permission via NSOpenPanel for the file or the folder one time. Then you can persist the Security-Scoped Bookmark for future use. Greetings Brigitte
Jul ’20