Receive URL in Ionic for ios

后端 未结 6 1878
逝去的感伤
逝去的感伤 2021-02-02 11:11

I am using ionic framework. I\'m trying to set up a way to receive a url from another app. Like, you are in browser, click share, and send the link to another app (my app). I fo

6条回答
  •  时光取名叫无心
    2021-02-02 11:55

    What you are looking for is called Action Extension introduced in iOS 8. Your app will appear in standard acton/share sheet in all system and 3rd party apps and will be able to handle any kind of data, not just URLs.

    App Extension Programming Guide from Apple

提交回复
热议问题