UXDivers / Grial-UI-Kit-Support

This is our public repository for customers to report bugs about Grial UI Kit for Xamarin Forms
61 stars 26 forks source link

License verification fails if Android Package Name and iOS Bundle Identifier are different in Maui #869

Closed ninoue-lisa-system closed 2 months ago

ninoue-lisa-system commented 2 months ago

Description

I was making a Xamarin app using Grial UI Kit. I am trying to migrate this app to MAUI and have downloaded the Grial UI Kit MAUI's KICKOFF SOLUTION. However, when I run this solution on iOS, it says "License verification failed".

My app uses an underscore in its Android package name and a hyphen in its iOS bundle identifier. So I set

<ApplicationId Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">xxx-xxx</ApplicationId>

in the csproj file, or set "xxx-xxx" to CFBundleIdentifier in Info.plist, but when I do that, I get the message "License varification failed".

If I use "xxx_xxx" as the iOS Bundle Identifier, the message is not displayed. However, since my app is already published on the App Store, I cannot change the iOS Bundle Identifier.

Basic Information

dirivero commented 2 months ago

This has been already resolved.