Discovering applications through the Pin to Home feature on mobile devices
This recipe will introduce how to interact with applications created in Power Apps besides using the maker portal at https://make.powerapps.com
On mobile devices, the Power Apps application acts as a hub for all your solutions and is available on the most popular application stores:
- Google Play https://play.google.com/store/apps/details?id=com.microsoft.msapps
- Apple’s App Store https://apps.apple.com/us/app/power-apps/id1047318566
Once logged in, this hub will list all the applications the user can access and is available on both phones and tablet devices.
These versions share a feature called Pin to Home, which creates an individual icon on the device’s home screen to open a specific application. In this recipe, we will learn how to implement this feature to help with application adoption and discovery.
How to do it…
- Install the Power Apps...