菜鸟教程小白 发表于 2022-12-12 23:50:36

iphone - 应用程序不活跃运行作业,怎么办?


                                            <p><p>大家好,我看到 <strong>google plus</strong> iphone 应用程序上传我的图像,而该应用程序没有处于事件状态或在后台完全关闭!我如何在我的应用程序中运行这样的进程</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>你错了。这不会发生。该应用程序会在您点击它时上传您的照片,并在使用主页按钮退出应用程序后在后台继续运行 10 分钟</p>

<pre><code>- (UIBackgroundTaskIdentifier)beginBackgroundTaskWithExpirationHandler:(void (^)(void))handler
</code></pre>

<p>Google 甚至说 <a href="http://support.google.com/plus/bin/answer.py?hl=en&amp;answer=2453873" rel="noreferrer noopener nofollow">their instant upload FAQ</a> 中会发生这种情况:</p>

<blockquote>
<p>Note: Photos and videos will upload while the Google+ application is
open and for a brief period of time afterwards. </p>
</blockquote>

<p>你想要的,运行代码的能力</p>

<blockquote>
<p>&#34;without the app being active or in background it is closed
completely!&#34;</p>
</blockquote>

<p>在 iOS 上是不可能的</p></p>
                                   
                                                <p style="font-size: 20px;">关于iphone - 应用程序不活跃运行作业,怎么办?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/13545512/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/13545512/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iphone - 应用程序不活跃运行作业,怎么办?