For iOS Setup: Initialise branch : Open AppDelegate.m and add the following code: Let’s setup for Android App: Open Android manifest file add the android:launchMode=”singleTask” to .MainActivity activity. Open Mainactivity.java file Open mainApplication.java file Let Implement the code to listen the Deep Links in the …
