T Tcoke Member Licensed User Sep 7, 2022 #1 Buongiorno a voi, i can't compile the app in BUILD RELEASE APP mode i get the following error you can help me I am in trouble and I can not understand how to do it and where I am wrong. GRAZIE !!!
Buongiorno a voi, i can't compile the app in BUILD RELEASE APP mode i get the following error you can help me I am in trouble and I can not understand how to do it and where I am wrong. GRAZIE !!!
G Goles Member Licensed User Sep 7, 2022 #2 Hey there, Can you compile the app in Debug Mode? Upvote 0
T Tcoke Member Licensed User Sep 7, 2022 #3 Thanks for the reply I have overcome obstacles. but now i get this error Upvote 0
G Goles Member Licensed User Sep 7, 2022 #4 You should go to build configuration (Ctrl + B) and set the suitable bundle ID (package name) for your app. In your case, I think it is "tomokoapp.gym.app". Upvote 0
You should go to build configuration (Ctrl + B) and set the suitable bundle ID (package name) for your app. In your case, I think it is "tomokoapp.gym.app".
G Goles Member Licensed User Sep 7, 2022 #7 Ok then, do you have more than one certificate (.cer) and profile (.mobileprovision) in your key folder? Upvote 0
Ok then, do you have more than one certificate (.cer) and profile (.mobileprovision) in your key folder?
G Goles Member Licensed User Sep 7, 2022 #12 #CertificateFile: ios_development.cer #ProvisionFile: Push.mobileprovision Use these attributes on your code and set cer and mobile provision file that you want. Upvote 0
#CertificateFile: ios_development.cer #ProvisionFile: Push.mobileprovision Use these attributes on your code and set cer and mobile provision file that you want.