I am using ionic commands for building applications in Android and iOS. I store some information like URL-scheme in .plist file, Bundle identifier, Bundle Version, Build of project in iOS.
But when I run iOS platform using command “$ ionic run ios”, every setting is removed. Any solution for this?
Yeah! Found config.xml at root. Can you tell me how I can define URL Scheme in config.xml and will it work for both - Android and iOS?
Also, I have added intent-filter in Android menifest.xml file as below.