Hi guys,
When I try to install the app using debug it keeps repeating the error: Unable to Download APP" DONE/Retry
In release mode, I can't start the B4iLogger, it doesn't work (probably because I have just java11 installed)
then before to start "broken" my B4i/B4a setup want to ask if the only solution to debug B4i App in release mode is using this:
and in debug, the error could be because the Certificate/ProvisionFile ?
#CertificateFile: ios_development.cer
#ProvisionFile: Dev.mobileprovision
Installing the App in my iPhone is fine just I can't debug
When I try to install the app using debug it keeps repeating the error: Unable to Download APP" DONE/Retry
In release mode, I can't start the B4iLogger, it doesn't work (probably because I have just java11 installed)
then before to start "broken" my B4i/B4a setup want to ask if the only solution to debug B4i App in release mode is using this:
iReleaseLogger - Read the logs in release mode
iReleaseLogger combined with the desktop B4iLogger tool (written with B4J) allow you to monitor the app logs in release mode. This is useful when you encounter an error that you are unable to reproduce in debug mode. The release logger sends udp messages which the desktop logger prints...
www.b4x.com
and in debug, the error could be because the Certificate/ProvisionFile ?
#CertificateFile: ios_development.cer
#ProvisionFile: Dev.mobileprovision
Installing the App in my iPhone is fine just I can't debug