1

I have developed a "Today Widget" for iOS 10 within my app. After a user downloads my app, this widget is automatically added on display. Is there a way to not to add it to the display. So, if only user wants, he can add by himself.

birdcage
  • 2,638
  • 4
  • 35
  • 58
  • The same issue I am also facing while installing an app widget will be added automatically. But in other app user need to add manually. Any solution for this issue? – Parth Oct 31 '18 at 05:46

2 Answers2

1

Widgets are not added automatically to notification center. They see an indication a new widget is available, and can choose to add it to their notification center.

Léo Natan
  • 56,823
  • 9
  • 150
  • 195
0

No. It is not possible to allow user to install. It will handled by Operating system by default.

Arasuvel
  • 2,971
  • 1
  • 25
  • 40