I have my xamarin cross platform project, in my xamarin.ios.app, I already have assetcatalog with detached images with specific sizes. But still after uploading the itunes connect it email an error "Missing Asset Catalog - Your app is missing the asset catalog file in 'beamMobile.iOS.app'.". Please help me.
Asked
Active
Viewed 74 times
0
-
https://developer.xamarin.com/guides/ios/application_fundamentals/working_with_images/app-icons/ – SushiHangover Jan 08 '18 at 06:20
-
I already did the step on that link but still giving the same error. – Mic Reales Jan 08 '18 at 06:36
-
run `altool` on your app: https://stackoverflow.com/a/34089618/4984832 – SushiHangover Jan 08 '18 at 06:40
-
it returns "This Apple ID has been locked for security reasons. Visit iForgot to reset your account (https://iforgot.apple.com)" in terminal after using altool – Mic Reales Jan 08 '18 at 07:05
-
Can you send me Asset Catalog screenshot? – Isuru Jayathissa Jan 08 '18 at 15:24
-
wait I have another question. If im going to upload my xamarin.ios to appstore. my bundle id in the xamarin.ios is need to be the same with xcode ? – Mic Reales Jan 09 '18 at 01:37