You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Luminare uses âCGSetWindowBackgroundBlurRadiusâ which is a private API, and this causes any apps that use it to fail Appleâs app review process. I suggest you donât use private APIs, especially when thereâs a public version available.
Thanks!
ash
Steps To Reproduce
Implement Luminare in your app
Try to go through App Review
Expected Behavior
App review succeeds or has other issues not from Luminare.
Actual Behavior
App review fails due to private API usage.
Screenshots
No response
macOS Version
Any, (Iâm using 15.3)
Additional Context
No response
Final Checks
My issue is written in English
My issue title is descriptive
This is a single bug (multiple bugs should be reported individually)
I can help with fixing or developing this issue (tick if you can help).
The text was updated successfully, but these errors were encountered:
Check out #14 which is a rewrite, can't remember if it's also still using GSetWindowBackgroundBlurRadius if it isn't awesome, if it is, we'll look into it, there was and always is a reason we use a private API. So, as for right now, we're not much of a help, especially since that rewrite is in progress.
Bug Description
Hi,
Luminare uses âCGSetWindowBackgroundBlurRadiusâ which is a private API, and this causes any apps that use it to fail Appleâs app review process. I suggest you donât use private APIs, especially when thereâs a public version available.
Thanks!
Steps To Reproduce
Expected Behavior
App review succeeds or has other issues not from Luminare.
Actual Behavior
App review fails due to private API usage.
Screenshots
No response
macOS Version
Any, (Iâm using 15.3)
Additional Context
No response
Final Checks
The text was updated successfully, but these errors were encountered: