How to retrieve App/Custom Application With package.xml
Syntax to retrieve app with package.xml
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<name>CustomApplication</name>
<members>Application_DeveloperNmae</members>
</types>
<version>62.0</version>
</Package>
Explanation:
In Salesforce we we two types of applications
- Custom Apps
- Standard Apps