标签: ios swift ios8
有没有办法通过我自己的应用中的按钮操作将用户发送到我的应用的推送通知部分?
答案 0 :(得分:1)
简单的答案是:不。
虽然您可以通过#include <sys/socket.h> void Socket::listen(int port) { ... listen(sock_fd, 10); // this doesn't work } 打开常规设置,但目前无法以编程方式导航到应用的设置页面。
#include <sys/socket.h> void Socket::listen(int port) { ... listen(sock_fd, 10); // this doesn't work }