Open frey1esm opened 9 years ago
@frey1esm, This is a known issue with Cordova. At first my code included a (quite hacky) fix for this but it would also clean out any other URL types already in the project so I decided to remove it. You can check if updating your version of Cordova / Ionic might resolve the issue.
One thing of note. When the new URL Type is created, the "URL Schemes" is populated with "{{URL_SCHEME}}"
Is that the correct setting, or should it be "myapp-spotify" which is the URL Scheme that I entered when I installed your plugin???
I am using the plugin in an Ionic / Angular project. Each time I build for ios via:
$ ionic build ios
...Xcode adds a duplicate URL Type in Xcode (Info --> Url Types)
I currently have 248 URL Types !