Hello guys,
I ran into a problem with my app
Scenario is following:
App will be used across series of devices (Android,iOS, PC)
End users recieve powerapps link with deeplink with "ID" that refers to specific record in SP.
My deeplinks looks like this : https://apps.powerapps.com/play/APPID?tenantId=TENANTID&MeetID=1
The problem is > on iOS device when I open link https://apps.powerapps.com/play/APPID?tenantId=TENANTID&MeetID=1 it opens correctly BUT when I close the app (not by force close in multitasking menu) and I open another link with different ID f.e. https://apps.powerapps.com/play/APPID?tenantId=TENANTID&MeetID=2 the app opens BUT the parameter is still the same from previous session (in this case ID 1).
If you fully close the powerapp (by swiping up in multitask menu) and open another link it works correctly..
The problem is occuring only on iOS devices with PowerApps client installed, it works well on W/O client (opening app in browser) or other devices.
It seems that on iOS devices the sessions doesnt reload... Is there anyway to force it to get the new parameter? I tried to add
&skipAppMetadata=true
postfix to URL but it doesnt solve the issue.. 😕
I already created an test app which is ultra simple, just to show how to replicate the issue

Report
All responses (
Answers (