I read through all the available documentation and tried out the Firebase sample code, but nothing seems to work.
I have set up a Dynamic Link through the Console, and it works just fine.
Can someone explain me how to create the most basic dynamic link so that a user can e.g. can send links that lead directly to his profile? Which are the required minimum components?
(Would be great if someone can post a basic code in Objective-C)
Does this page helps you https://firebase.google.com/docs/dynamic-links/ios/create ? You can find example code at https://github.com/firebase/quickstart-ios/tree/master/dynamiclinks