I'm trying to publish a xamarin forms archive in Apple's App Store, however, I keep getting Error itms-90158 which states: "The following URL schemes found in your app are not in the correct format: [msauth.com.companyname.blahApp://auth]. URL schemes need to begin with an alphabetic character, and be comprised of alphanumeric characters, the period, the hyphen, or the plus sign only. Please see RFC1738 for more detail."
My [msauth...] is obviously not that which I put but I made sure that it was the same one I used in Azure B2C, furthermore, I made sure my bundle id in apple developer and in my Xamarin project had then exact same format (com.companyname.blahapp). I was wondering if this is uniquely a problem with using msal?? Or maybe I glanced over changing something? Any help would be very much appreciated. Thank you for your time.
My [msauth...] is obviously not that which I put but I made sure that it was the same one I used in Azure B2C, furthermore, I made sure my bundle id in apple developer and in my Xamarin project had then exact same format (com.companyname.blahapp). I was wondering if this is uniquely a problem with using msal?? Or maybe I glanced over changing something? Any help would be very much appreciated. Thank you for your time.