From 2e8f97b6dfa853de1c25de2a8dc3ec3e1375e9d5 Mon Sep 17 00:00:00 2001 From: Sean Sylver Date: Thu, 31 Oct 2024 12:49:57 -0700 Subject: [PATCH] Add all relevant applinks to entitlements for iOS --- .../ios/App/App/AppRelease.entitlements | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/client/wfnews-war/src/main/angular/ios/App/App/AppRelease.entitlements b/client/wfnews-war/src/main/angular/ios/App/App/AppRelease.entitlements index ef9473ff6..67d5b79a4 100644 --- a/client/wfnews-war/src/main/angular/ios/App/App/AppRelease.entitlements +++ b/client/wfnews-war/src/main/angular/ios/App/App/AppRelease.entitlements @@ -1,12 +1,14 @@ - - aps-environment - development - com.apple.developer.associated-domains - - applinks://wildfiresituation.nrs.gov.bc.ca - - + + aps-environment + development + com.apple.developer.associated-domains + + applinks://wfnews-client.dev.bcwildfireservices.com + applinks://wfnews-client.test.bcwildfireservices.com + applinks://wildfiresituation.nrs.gov.bc.ca + + \ No newline at end of file