Skip to main content
Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Experimental Features
Suggested answer

unable to open an app in iOS using Launch function

(2) ShareShare
ReportReport
Posted on by 2
I have created 4 Apps and just added a Launch function in the button.
App B,C,D has a button with launch function redirecting to App A
App B and App C opens However App D keeps loading and never opens. Is there any limitations?
 
 
 
  • Ram Prakash Profile Picture
    5,289 Super User 2025 Season 1 on at
    unable to open an app in iOS using Launch function
     
    Can you please try with Launch("https://apps.powerapps.com/e/{environment_id}/a/{app_id}?tenantId={tenantId}")
     
    Please mark as answer if my suggestion helps.
    Subscribe here for More Useful videos : https://www.youtube.com/@rampprakash3991
     
  • Suggested answer
    TuongDoan Profile Picture
    567 Super User 2025 Season 1 on at
    unable to open an app in iOS using Launch function

    Can you try opening App_D first?

    iOS has many restrictions on memory management. Sometimes it will force quit the app, and sometimes it keeps spinning, as you are experiencing. Depending on your app's complexity, you may be able to launch two, three, or only one app.

  • stampcoin Profile Picture
    2,962 on at
    unable to open an app in iOS using Launch function
    Try to wrap this, if you can get any error message, then start from there.
    If(
      Launch(""),
      /* launched OK */,
      Notify("App cannot be opened", NotificationType.Error) // or information/warning.etc.
    )
     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1

Featured topics