Posts

Post not yet marked as solved
0 Replies
75 Views
I want to open Instagram by clicking on the button in the expanded push notification. To do this, I use the following line: extensionContext.open(URL(string:"instagram://")!) in the button action. When I click on the button, a warning may appear about transition to another application. After the alert I can go to the app and it works perfectly. But if I try to go to instagram from Notification Center or through a locked screen, nothing will happen. Although a warning about the transition will appear, Instagram doesn't open if you click confirm. Does anyone know how to fix this? P.S. is it possible to somehow remove the alert of transition to another application?
Posted
by PillowMan.
Last updated
.