I have made an Android application with b4a version 2.00, which is starting to give problems when installing on the new devices with latest versions of Android (14+).
The application uses an additional library "table". It also uses socked to connect with external Windows server app and need some permissions to write and read temporary data files on Android device . Everything else in the code uses the standard ones in the B4A core.
Please give me a recommendation on how I can solve the problem. Did I need to update my B4A version and add someting to old code?