adjust / unity_sdk

This is the Unity SDK of
http://www.adjust.com
MIT License
149 stars 70 forks source link

AddURISchemes should not check for :// #283

Open abrusle opened 7 months ago

abrusle commented 7 months ago

The function AdjustEditorPreprocessor.AddURISchemes(), expects that existing schemes end with ://.

However, the android developers documentation states that:

A scheme is specified without the trailing colon, such as http rather than http:.

Thus, the function should not require pre-existing uri schemes to end with ://.