Posts

Post not yet marked as solved
2 Replies
4.2k Views
I wanted to add subscription plan into my app for a new release. I have bottom sheet showing promotional text for this subscription like below They rejected my app because We were unable to find the following required information in your app's binary: – A functional link to the Terms of Use (EULA) – A functional link to the privacy policy So I added both links for terms and privacy policy in the promotional text. I use the standard Apple EULA for the link. And I still get rejected on the latest review because Specifically, We were unable to find the following required item(s) in your app's metadata: – A functional link to the Terms of Use (EULA) WHY? is it because I should put this link in my App Description page instead of the promotional text? Then why they didn't make noise about the link to privacy policy?
Posted
by tntsb.
Last updated
.
Post not yet marked as solved
1 Replies
265 Views
I am trying to draw NSPanels on texts of other apps using AXObserverAddNotification with the attribute of kAXValueChangedNotification on an AXTextArea I need to detect if the text range on that text area is visible on the screen and I use kAXVisibleCharacterRangeAttribute to get the visible text range but it doesn't include the top bar of the app and gives a range that starts from an index that is not visible. This makes the panels drawn on top of the app's top app bar when scrolled to bottom like this gif How do I exclude the top app bar for visible text range?
Posted
by tntsb.
Last updated
.
Post not yet marked as solved
0 Replies
592 Views
How to make a Mac OS app without the entire rectangular border/window just its component is showing? Like Grammarly, its a button floating beside any text field on Mac So far I have done: Set the app as an agent in the info list to remove it from the dock hide the title bar
Posted
by tntsb.
Last updated
.