With the recent update of MIT App Inventor targeting Android 15 (API level 35), I am concerned about the compatibility of some extensions I use. Since Google Play now requires API 35 for updates, I want to ensure my app won't crash or malfunction.
Could you please help me identify which of the following extensions are not compatible with API 35 or are known to cause issues with the latest App Inventor update?
How do you know that any of the extensions will cause a problem ?
The usual method we recommend is either:
Start with an empty project, add each extension one by one, testing as you go. If your app works, then continue to add the next extension. Repeat.
Work from your "broken" app with all these extensions. Remove an extension and test, if still broken, move on and remove another extension, and test. repeat
Ensure that for each extension you have the very latest version, or the very best extension for doing the job required. Some of your extensions do look a bit old, but that does not necessarily mean that they will not work successfully.
You also appear to have several "pairs" of extensions that do much the same thing. Work through your list of extensions to eliminate these duplicates.
In a similar vein, look for newer extensions that do the job of older extensions.
Finally, re-consider some of the work that your extensions are doing. Do you really need them, can the same thing be done, or done in a different way, with blocks coding?