when i am trying to upload the ipa to iTunes Connect i am getting this error:
ERROR ITMS-90685: "CFBundleIdentifier Collision. There is more than one bundle with the CFBundleIdentifier value 'xamarin.ios.xamarin-framework' under the iOS application 'appName.iOS.app'."
Is a solution made using Visual Studio for Mac and Xamarin framework, this error occurred after I added a iMessageExtension to app.
I've already seen similar issues but neither one using Xamarin.
• Main App Bundle Identifier format: com.company.appname
• Extension App Bundle Identifier format: com.company.appname.imessageextension
Can anyone please help me?