The Powerapps function documentation states that invoking the Download function in mobile players will prompt the user for a location to save the file natively
I've tried on different environments across two different tenants and when I run the function suggested in test (link to a Microsoft hosted PDF) I return the same error in both Android and iOS mobile players:
"There was a problem downloading the specified content locally"
The function is: Download( "https://go.microsoft.com/fwlink/?linkid=827480" )
The Error Kind is 17.
Anyone able to shed any light on whether it is possible to download a PDF via the iOS or Android mobile players (rather than launch in a separate web browser)?