originally posted in:BungieNetPlatform
What is the exact string you're trying to save in the form?
English
-
I don't have it in front of me right now. But it was very similar to, if not exactly: fiveaces777.destinyapp://test In my application's intent filter, I have the scheme set to: fiveaces777.destinyapp
-
Interesting - I think that should be fine - I think there's a bug in the form where it's not accepting the period (".") character in schemes, where it should be legal per RFC3986. I just tested it, and the form supports hyphens, but not plus or period.
-
Yup, it was the periods. I tried just removing those and it worked as expected. Oddly enough, it still wouldn't let me save with underscores either (ex: fiveaces_destinyapp://test). Thanks for the help though! It's much appreciated!
-
Underscore is expected not to work, since it's not allowed in the standard - it's just letters, numbers, period, hyphen and plus. Still, Bungie has a bug they may choose to fix :)
-
Hmm...I never tried it without periods. I'll give that a shot later tonight. Thanks for the help! I'll update this when I test it.