Branch.io parameters missing when appended to an existing link
问题 I am trying to make it so a user clicks a Branch.io link in the form https://a.test-app.link/identifier?foo=bar and then be redirected to the AppStore to download the app. The app should then be able to grab the foo parameter during launch. To debug this I have followed this procedure: Create the link under the test environment. Tap the link on the device. Install app with Xcode. Launch the app and read the parameters during launch with let branch = Branch.getTestInstance() branch.setDebug()