getInstalledRelatedApps only returning value for the first element of JSON ARRAY mentioned in asset_statements for the rest of the elements in JSON ARRAY it is returning empty.
Hosted assetLinks.json on each and every subdomains.
Included asset_statements in Android manifest file. Included asset_statements in Android strings file.
asset_statements contains a JSON ARRAY of statements with include & relation, target for each domain. Ideally it is considering the include statement of only first element of JSON ARRAY and ignoring the others.
Due to which getInstalledRelatedApps is returning empty for others.
Not sure how to solve this issue.
Thanks in Advance!!!