Post

Replies

Boosts

Views

Activity

Reply to include all, exclude some apple-app-site-association
The first rule matching makes it stop and apply the rule (exclusion or not). So you have to have your exclusions first: { "/" : "/e/*", "exclude": true, "comment": "Exclude matches any URL whose path starts with /e/" }, { "/": "/user/*", "exclude": true, "comment": "Exclude matches any URL whose path starts with /user/" }, { "/": "/*", "comment": "Matches any URL whose path starts with /" } ]
Topic: App & System Services SubTopic: General Tags:
Jun ’23
Reply to App Suddenly Disappeared from Apple Store Connect
Same here, but our app is back on AppStore Connect. It was not only a UI problem in AppStore Connect as we could not push new builds anymore as well.
Replies
Boosts
Views
Activity
Jun ’24
Reply to include all, exclude some apple-app-site-association
The first rule matching makes it stop and apply the rule (exclusion or not). So you have to have your exclusions first: { "/" : "/e/*", "exclude": true, "comment": "Exclude matches any URL whose path starts with /e/" }, { "/": "/user/*", "exclude": true, "comment": "Exclude matches any URL whose path starts with /user/" }, { "/": "/*", "comment": "Matches any URL whose path starts with /" } ]
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to SwiftUI Dismiss keyboard in modal issue
The worst part of this bug (below 16.4), it's not only cosmetic, but the area below the keyboard becomes inactive (can't interact with the screen when you see this ghost area of the keyboard).
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’23