I got developer account from apple, I have set up one distribution profile in Connect.
I'm trying to build an IPA or ZIP file from VS2015 for app store release. However, I'm keep getting following errors.
NO iOS code signing key matches provisioning profile
No valid iOS code signing keys found in keychain. You need to request a codesigning certificate from...
I'm not sure how to set up VS project settings.
For iOS Application section,
what's identifier? the app id? The distribution profile I got from apple shows this 'com-company-appname (com.company.appname)'
So which one is it? I tried a few options, but all failed.
For iOS Bundle Signing,
Identity and Provisioning profile, I can keep both as automatic. However, if I change one, I can't change another one, the other one has to stay as automatic.
Of course, none of the ways I tried above worked. Frustrating...
I tried to follow this guide, however, it's a very rough guide and it's not clear what to do for different situations/issues.
Please point me an guide, video or blog, anything.
Thanks in advance.