Skip to main content

Notifications

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

(1) 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?
 
 
 
  • 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,183 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

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May 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 >

Featured topics