Posts

Post not yet marked as solved
1 Replies
296 Views
I have a MacOS screenshot app that was created in 2014. I've recently updated some code and libraries and am having problems with the transfer of screenshot entablements to the new app. Basically, if a user had the old version of my app they would have to delete the old enablement start the new app and then re-enable the updated version of the app. Why is this happening? It's confusing because the user sees that my app is enabled but the enablement isn't working.
Posted Last updated
.
Post not yet marked as solved
1 Replies
418 Views
I am using Macaw vector graphics and need to convert my app from x86_64 architecture to a universal x86/amd64 architecture. Macaw won't build for amd64 so I would like to conditionally build that library only for x86 and ignore amd64. How can I do this? I tried protecting blocks of code with #if arch(x86_64) but I get errors that the library isn't found then.
Posted Last updated
.
Post not yet marked as solved
0 Replies
440 Views
As of the release of Catalina my macOS screenshot application started having screen image problems. The dispayed images of only the desktop background and none of the folders and other windows on that desktop. I discovered that there was a 'Screen Recording' preference that was needed to allow the app to make a screenshot of all desktop windows I submitted a new verson that displayed the preferences notification https://madshot.net/b5985c32fdaa.png . My app version was rejected for displaying this dialog. More information below. I've seen another dialog that an app can be approved or rejected but don't know how to cause that to be displayed. I'm not sure where to go from here.I just finished watching an apple video that says your app may display the following dialog which is the dialog that you shared as to be a problem.Image of video and dialog;https://madshot.net/bdf133e1f7a3.pngUrl of video at the 16:00 minute mark:https://developer.apple.com/videos/play/wwdc2019/701/?time=938
Posted Last updated
.