Author Archives: Sachin Kumar

IOS deep linking. All you need to know

Official tutorial from WWDC: https://developer.apple.com/videos/play/wwdc2019/717/ Example of association file: The app id is combination of: Application Id + Application package identifier. You can find your appId against the identifier you have created on apple developer account. You also need to enable ‘Associated domains’ capability in your identifier settings from developer account. Detailed articles: Reddit association

Read More

Scaffold Command line MAC

In the above command, ‘ConnectionString’ is the string that you use to connect with sql server. ‘Provider’ is the driver (nuget package) that will help you to interact with the sql server. e.g. for MySQL we could use ‘Pomelo.EntityFrameworkCore.MySql’ nuget package, for MSSQL we could use ‘Microsoft.EntityFrameworkCore.SqlServer’

Reverse adb command android

Your metro server and app must be installed to make it work. What if you are connected wirelessly to the android device (like TV) through adb. In that case you have to use the port on which you are connected to that device. To get the port, run You will get something like ‘10.0.0.1:5555 device’.

Read More