Post

Replies

Boosts

Views

Activity

Reply to iOS universal links: excluded path opens in my app
Hi, Im having a similar issue. I need my app to open all other links except domain.com. But clicking on domain.com still opens the app though I have added 'excluded': true. Below is my aasa file { "applinks": { "apps": [], "details": [ { "appID": "com.domain", "paths": ["NOT /"], "components": [ { "/": "/", "exclude": true }, { "/": "/biz/*" }, { "/": "/offers/deal-detail*", "?": { "oId": "*" } }, { "/": "/review/*" }, { "/": "/emailActionHandler*" } ] } ] } } I have also tried to verify this with swcutil tool, and it gives the right matches and blocks 'domain.com'. But the actual behavior on an iOS device is not the same.
Topic: App & System Services SubTopic: General Tags:
Oct ’24
Reply to iOS universal links: excluded path opens in my app
Hi, Im having a similar issue. I need my app to open all other links except domain.com. But clicking on domain.com still opens the app though I have added 'excluded': true. Below is my aasa file { "applinks": { "apps": [], "details": [ { "appID": "com.domain", "paths": ["NOT /"], "components": [ { "/": "/", "exclude": true }, { "/": "/biz/*" }, { "/": "/offers/deal-detail*", "?": { "oId": "*" } }, { "/": "/review/*" }, { "/": "/emailActionHandler*" } ] } ] } } I have also tried to verify this with swcutil tool, and it gives the right matches and blocks 'domain.com'. But the actual behavior on an iOS device is not the same.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to macOS Safari Web Push Configuration
Hi @denizts, I'm facing the same problem. Were you able to get through with the implementation?
Replies
Boosts
Views
Activity
May ’23
Reply to macOS Safari Web Push Configuration
Hi @denizts, I'm facing the same problem. Were you able to get through with the implementation?
Replies
Boosts
Views
Activity
May ’23
Reply to Invoke safari on receive of Silent Push
Hi @Manikandan, I'm trying to implement safari push using APNS. Can you please help me understand which event receives the silent push message? Should we have a service worker implementation? In any case which event please?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to How to listen "Push Notification Received" event on my Web Site?
Hi @kolesker, I'm facing the same problem. Were you able to get through with the implementation?
Replies
Boosts
Views
Activity
May ’23