I would like to ask if there is a possibility to add button into user homescreen. Let's assume I have an app, when user do something with app I want to add a button into user homescreen. I'm thinking about something similar to "Add to Home Screen" from Safari app.
Asked
Active
Viewed 299 times
0
-
1Yes, it's certainly possible. It's a simple matter of designing and implementing the feature. However, your question is far, far too broad for this forum. – Duncan C Mar 06 '18 at 11:29
-
You can't do it natively, but apparently you can (or formerly could) do it using deep linking. See [this question and answer](https://stackoverflow.com/q/28042152/77567). It is far from simple, but the question is not too broad. – rob mayoff Mar 09 '18 at 20:26
1 Answers
4
You can add web link icon on home screen, and no way you can add some buttons with custom actions on home screen. Every "button" is application or link icon and nothing more

tereks
- 1,256
- 9
- 15
-
Could you please explain how to add web link(with custom icon) to home screen? – JustSomeNewbie Mar 09 '18 at 08:39
-
1I think you need to look into https://developer.apple.com/ios/human-interface-guidelines/extensions/sharing-and-actions/ – tereks Mar 09 '18 at 10:04