Hello @QA Devico , thank you for reaching out. You can surely add more than one platform within a single App Registration in AAD. For eg: if you have registered your app let's say App1 as Web, you can surely add another platform like Mobile and Desktop Apps.
But you would have to test this out if it would work properly or not. As per my understanding, it should work, but I have not tested the same yet. You can add both the web and mobile&Desktop platform and you should have two different redirect URIs as shown in that screenshot but the same app ID. So, you can add the same app ID for both your apps ie for your WebApp and MobileApp, and mention the redirect URIs separately for each case, and then test it out once.
Ideally, this should work, and once you give the consent through any of the interfaces like either from the webapp or the mobile app first on the other interface when accessed the app won't ask you for consent again since the service principal object is also the same and it would have the consent for the users recorded in it.
Hope this helps.
Do let us know if this helps and if there are any more queries around this, please do let us know so that we can help you further. Also, please do not forget to accept the response as an Answer; if the above response helped in answering your query.