Hello,
I created an app using Firebase Notifications Service and published in App Store without any problem, with everything working. Now, I need to create another app using FCN and noticed that one of signing files for Firebase Service has the same name (app.cer). Then, I built a new keys directory and started the same process for the new app. (I followed exactly the same tutorial here: https://www.b4x.com/android/forum/t...h-messages-server-not-required.68645/#content)
But when I try to compile the new app I'm receiving this error from remote host:
I reviewed many times and couldn't have success. The previous app (published in app store) is being compiled normally yet . Does anybody can help? What is this "private key" the server is requiring?
Thanks!
I created an app using Firebase Notifications Service and published in App Store without any problem, with everything working. Now, I need to create another app using FCN and noticed that one of signing files for Firebase Service has the same name (app.cer). Then, I built a new keys directory and started the same process for the new app. (I followed exactly the same tutorial here: https://www.b4x.com/android/forum/t...h-messages-server-not-required.68645/#content)
But when I try to compile the new app I'm receiving this error from remote host:
error: Missing private key for signing certificate. Failed to locate the private key matching certificate "iPhone Distribution: MARCOS MOREIRA ALVES (624YJ22R62)" in the keychain. To sign with this signing certificate, install its private key in your keychain. If you don't have the private key, select a different signing certificate for CODE_SIGN_IDENTITY in the build settings editor. (in target 'B4iProject' from project 'B4iProject')
I reviewed many times and couldn't have success. The previous app (published in app store) is being compiled normally yet . Does anybody can help? What is this "private key" the server is requiring?
Thanks!