Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的应用程序中使用推送通知,所以它第一次启动时会自动要求通知。所以我想以编程方式为我的应用程序启用-禁用推送通知设置。注意-我不想取消注册我的应用程序只是禁用警报,徽章,设置应用程序中我的应用程序的声音。
您无法通过 SDK 执行此操作。您必须通知用户您的应用需要开启推送通知,然后他们必须前往“设置”并自行开启。
应用程序无法控制手机的设置,只能控制自己的设置。