我想终止应用程序并从后台状态删除
答案 0 :(得分:0)
一种解决方案是发送静默通知,并在您的代码中收到调用exit(0)
的通知后,但我建议您这样做,因为它不会通过Apple审查。
答案 1 :(得分:0)
我绝不建议您这样做,但是您可以在“ {应用程序不在后台运行”下的 String data_string= URLEncoder.encode("type","UTF-8")+"="+URLEncoder.encode("historypage","UTF-8")
+"&"+URLEncoder.encode("uuid","UTF-8")+"="+URLEncoder.encode(uuid,"UTF-8")
+"&"+URLEncoder.encode("offset","UTF-8")+"="+URLEncoder.encode(offset,"UTF-8")
+"&"+URLEncoder.encode("limit","UTF-8")+"="+URLEncoder.encode(limit,"UTF-8");
中添加一个密钥。将其设置为info.plist
会在后台运行时终止应用程序。
在原始plist中应该是:
YES