I'm using @microsoft/[email protected] and encountering an issue with the microsoftTeams.pages.navigateToApp function. It works fine on Teams Android but fails on Teams iOS.
await microsoftTeams.pages.navigateToApp({
appId: this.context.app.appId.toString(),
pageId,
subPageId,
})
I found that the subPageId on Teams iOS is '' compared to Teams Android.
I used deep link: https://teams.microsoft.com/l/entity/<AppId>/settings?tenantId=<tenantId>&openInMeeting=false&context={%22subEntityId%22:%22msg_identities%22}
Could you please help investigate and resolve this issue?