CINXE.COM
Procore iOS 应用程序 - 故障排除提示 - Procore
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Procore iOS 应用程序 - 故障排除提示 - Procore</title> <link media="screen" type="text/css" rel="stylesheet" href="https://a.mtstatic.com/@cache/layout/legacy.css?_=347514643d37bf95a0cf76b3ce0ed34c_emgtc2cuc3VwcG9ydC5wcm9jb3JlLmNvbQ==:site_13854" id="mt-screen-css" /> <link media="print" type="text/css" rel="stylesheet" href="https://a.mtstatic.com/@cache/layout/print.css?_=6699f74b132e2bfa09fffa4d76f79739:site_13854" id="mt-print-css" /> <script type="text/javascript" nonce="adf8d702e39ae70cbbc53d674bf66257d7bd821c8aa1158ca8047238963a62a8" src="https://a.mtstatic.com/deki/javascript/out/grape.min.js?_=9529aea554fde890c4d7cb109f8680ca3b4d1cd2:site_13854"></script><script type="application/json" id="mt-global-settings" nonce="adf8d702e39ae70cbbc53d674bf66257d7bd821c8aa1158ca8047238963a62a8">{"apiToken":"xhr_2_1739838027_bdcbe0138a43eb604f247e87e03585f6fcab8223b5a3b4d77311f0aebbeb70f1","pageId":4600,"pageViewId":"c5726097-376c-4536-9a22-eaefcb5a0569"}</script> <!-- Recaptcha for contact support form - --> <script defer src="https://www.google.com/recaptcha/api.js"></script> <!-- Back to Top Button by Tie Dec 14 2023 --> <script defer>/*<![CDATA[*/ window.onscroll = function () { scrollFunction(); }; function scrollFunction() { if (!document.querySelector(".columbia-article-topic-category")) { const backToTopButton = document.querySelector("#back-to-top-button"); const pageText = document.querySelector(".mt-content-container"); if (pageText.getBoundingClientRect().top < -20) { backToTopButton.style.display = "block"; } else { backToTopButton.style.display = "none"; } } } function scrollToTop() { const pageText = document.querySelector(".mt-content-container"); pageText.scrollIntoView({ behavior: "smooth", block: "start", inline: "nearest", }); } /*]]>*/</script> <!-- Global Responsive Book Functions Added by Tie Jun 14 2023 --> <script>/*<![CDATA[*/ function displaySection(id){ $(".content-section").hide(); $(id).show(); var $menuButton = $('#mobile-menu-toggle'); var $toc = $('.toc-sop'); var $content = $('.content-sop'); if ($(window).scrollTop() > $(".content-sop").offset().top) { $([document.documentElement, document.body]).animate({ scrollTop: $(id).offset().top - 84 }, 100); } $('.toc-sop a').removeClass('selected-chapter'); str1=".toc-sop a[onclick*=\\'\\"; str3="\\']"; fin_str=str1.concat(id,str3); $(fin_str).addClass('selected-chapter'); $menuButton.attr("aria-expanded","false"); $content.attr("data-mobile-visible","true"); $toc.attr("data-mobile-visible","false"); const newURL = new URL(window.location.href); newURL.hash = id; history.pushState({},'',newURL); return false; } function toggleToc(){ var $menuButton = $('#mobile-menu-toggle'); var $toc = $('.toc-sop'); var $content = $('.content-sop'); if ($menuButton.attr("aria-expanded") === "false") { $menuButton.attr("aria-expanded","true"); $content.attr("data-mobile-visible","false"); $toc.attr("data-mobile-visible","true"); } else { $menuButton.attr("aria-expanded","false"); $content.attr("data-mobile-visible","true"); $toc.attr("data-mobile-visible","false"); } } /*]]>*/</script> <!-- Put Page ID on Page Settings Added by Tie Apr 14, 2022 --> <script>/*<![CDATA[*/ document.addEventListener("DOMContentLoaded", function (e) { if (document.querySelector("#mt-summary")) { var pageId = document.querySelector("#mt-summary").dataset.pageId; var text = document.createElement("p"); var box = document.querySelector(".mt-collapsible-section"); text.innerText = `Page ID: ${pageId}`; box.appendChild(text); var line = document.querySelector(".elm-meta-data.elm-meta-top"); if (document.querySelector("#mt-summary")) { line.style.display = "block"; box.appendChild(line); } } }); /*]]>*/</script> <!-- Define Deprecated Video Hiding Function Sitewide Added by Tie Marc 30, 2022 --> <script>/*<![CDATA[*/ function hideDeprecatedVideos() { let thisurl = window.location.href; if (thisurl.includes('Media_Library') || thisurl.includes('/tc') || thisurl.includes('/tutorials')) { $('.deprecated-video').show(); }; } $(function () { if ($('.deprecated-video').length) { hideDeprecatedVideos(); } }) /*]]>*/</script> <!-- Define Sorting functions sitewide Added by Tie Marc 11, 2022 --> <script>/*<![CDATA[*/ const language = 'zh-cn' //Change this two lines during localization const noAlphabetArray = ['zh-cn']; const compareFun = (a, b) => { return new Intl.Collator(language).compare(a.title, b.title); } let sortTerms = (elementType, section, skipFirst) => { let terms = [...section.querySelectorAll(elementType)] let firstElement = section.firstElementChild; let termHeaders = terms.map(e => e.innerText) let termObject = [] termHeaders.forEach((title, index) => { termObject.push({ title }); termObject[index].header = terms[index]; }); termObject.sort(compareFun); section.innerHTML = ''; if (skipFirst) { section.append(firstElement); } termObject.forEach((element) => { section.append(element.header); }); } const sortItems = (definitionSelector, sortItemSelector, skipFirst = false) => { let definitionsSections = [...document.querySelectorAll(definitionSelector)]; definitionsSections.forEach(section => sortTerms(sortItemSelector, section, skipFirst)); } /*]]>*/</script> <!-- Hide content from other regions Added by Tie Marc 7, 2022 --> <script>/*<![CDATA[*/ function getSubdomain() { let host = window.location.host; let subdomain = host.split(".")[0]; return subdomain; } function getLocaleBySubdomain(subdomain) { if (subdomain == "de") { return "de-de"; } if (subdomain == "es") { return "es-419"; } if (subdomain == "fr") { return "fr-fr"; } if (subdomain == "support") { return "en-us"; } return subdomain; } function getAllLocales() { var listedLocales = $(".localization-group") .map(function () { return $(this).data("locale"); }) .get(); return listedLocales; } function hideOtherLocales() { const subdomain = getSubdomain(); const locale = getLocaleBySubdomain(subdomain); let styleElement = document.createElement("style"); styleElement.setAttribute("type", "text/css"); styleElement.innerText = `.localization-group:not([data-locale*='${locale}']) {\ndisplay: none;\n}\n`; styleElement.innerText += '.localization-group[data-locale="else"] {\ndisplay: unset;\n}'; styleElement.innerText += `.localization-group[data-locale*="${locale}"] ~ .localization-group[data-locale="else"] {\ndisplay: none;\n}`; document.head.appendChild(styleElement); } $(function () { hideOtherLocales(); }) /*]]>*/</script> <!-- Collapsible Content. Added by Tie Apr 21, 2020 --> <script>/*<![CDATA[*/ $(window).on('load', function(e){ $('.collapsible').find('.trigger').on('click',function(){ $(this).closest('.collapsible').find('.col_content').slideToggle('350'); if ($(this).find('.arrowclass').hasClass('fa-chevron-circle-right')){ $(this).find('.arrowclass').removeClass('fas fa-chevron-circle-right'); $(this).find('.arrowclass').addClass('fas fa-chevron-circle-down'); } else if ($(this).find('.arrowclass').hasClass('fa-chevron-circle-down')){ $(this).find('.arrowclass').removeClass('fas fa-chevron-circle-down'); $(this).find('.arrowclass').addClass('fas fa-chevron-circle-right'); } else if ($(this).find('.arrowclass').hasClass('fa-chevron-right')){ $(this).find('.arrowclass').removeClass('fas fa-chevron-right'); $(this).find('.arrowclass').addClass('fas fa-chevron-down'); } else { $(this).find('.arrowclass').removeClass('fas fa-chevron-down'); $(this).find('.arrowclass').addClass('fas fa-chevron-right'); } }); }); function colex(el) { $(el).closest(".collapsible").find(".col_content").slideToggle("350"); if ($(el).find(".arrowclass").hasClass("fa-chevron-circle-right")) { $(el).find(".arrowclass").removeClass("fas fa-chevron-circle-right"); $(el).find(".arrowclass").addClass("fas fa-chevron-circle-down"); } else if ($(el).find(".arrowclass").hasClass("fa-chevron-circle-down")) { $(el).find(".arrowclass").removeClass("fas fa-chevron-circle-down"); $(el).find(".arrowclass").addClass("fas fa-chevron-circle-right"); } else if ($(el).find(".arrowclass").hasClass("fa-chevron-right")) { $(el).find(".arrowclass").removeClass("fas fa-chevron-right"); $(el).find(".arrowclass").addClass("fas fa-chevron-down"); } else { $(el).find(".arrowclass").removeClass("fas fa-chevron-down"); $(el).find(".arrowclass").addClass("fas fa-chevron-right"); } } /*]]>*/</script> <!-- Start Custom Print Style --> <!-- User ID Tracking. Added by Dean Feb 21, 2018 --> <script>/*<![CDATA[*/document.addEventListener("DOMContentLoaded", function() { var json = JSON.parse(document.getElementById('mt-global-settings').textContent) if (!json['userIsAnonymous']) { var dataLayer = window.dataLayer || {}; dataLayer.push({ 'event': 'setUserId', 'userId': json['userId'] }); window.Procore = window.Procore || {}; window.Procore.metrics = window.Procore.metrics || {}; window.Procore.metrics.user = window.Procore.metrics.user || {}; window.Procore.metrics.user.mtid = json['userId']; } }); /*]]>*/</script> <!-- End User ID Tracking --> <!-- Adobe Launch: Added 9/10/2019 by Joshua Bradley --> <script src="//assets.adobedtm.com/launch-EN162b61ce5645478888c92738b130b2f3.min.js" async="async"></script> <!-- End Adobe Launch--> <!-- Google Tag Manager --> <script>/*<![CDATA[*/(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NWZQ5W6');/*]]>*/</script> <!-- End Google Tag Manager --> <!-- Start Typography --> <link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6912732/682666/css/fonts.css"> <link rel="stylesheet" type="text/css" href="https://mkt-cdn.procore.com/fonts/sctogrotesk/sctogrotesk.css"> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet" as="style"> <!-- End Typography --> <!-- Start of FontAwesome --> <link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous"> <!-- End of FontAwesome --> <!-- Start Service Cloud Header for Ticket Form --> <!-- End Service Cloud Header for Ticket Form --> <!-- OneTrust Cookies Consent Notice start for procore.com --> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="cbdfc14e-1f05-4d37-82a6-11d3228b4df5"></script> <script type="text/javascript">/*<![CDATA[*/ function OptanonWrapper() { } /*]]>*/</script> <!-- OneTrust Cookies Consent Notice end for procore.com --> </head> <body class="columbia-page-main columbia-article-topic-category columbia-breadcrumb-home-procore-mobile-ios-procore-for-ios-troubleshooting-tips columbia-live no-touch columbia-lang-zh-cn columbia-skin-grape"> <div class="grape-messaging"> </div> <div class="grape-header-custom"> <div class="mt-custom-header-div"><div class="mt-custom-header-container"><div class="mt-custom-header-logo"><a target="_self" href="https://zh-sg.support.procore.com/" rel="internal"><img src="https://zh-sg.support.procore.com/@api/deki/site/logo.png?default=https://a.mtstatic.com/skins/common/logo/logo.png%3F_%3D9529aea554fde890c4d7cb109f8680ca3b4d1cd2:site_13854" /><span id="support-logo">支持</span></a></div><ul class="mt-custom-header-right"><li class="mt-custom-header-marketing"><a target="_blank" href="https://www.procore.com/en-sg?journey=supporttoprocore" rel="external noopener nofollow" class="link-https">procore.com</a></li><li class="dropdown dropdown-hover"><a href="#" class="dropdown-toggle mt-icon-earth mt-icon-arrow-down7" role="button"> 新加坡(简体中文)</a><ul class="dropdown-menu" id="lang-dd" style="display: none;"><li><a target="_self" href="https://es.support.procore.com/" rel="external nofollow" class="link-https">América Latina (Español)</a></li><li><a target="_self" href="https://en-au.support.procore.com/" rel="external nofollow" class="link-https">Australia (English)</a></li><li><a target="_self" href="https://pt-br.support.procore.com/" rel="external nofollow" class="link-https">Brasil (Português)</a></li><li><a target="_self" href="https://en-ca.support.procore.com/" rel="external nofollow" class="link-https">Canada (English)</a></li><li><a target="_self" href="https://fr-ca.support.procore.com/" rel="external nofollow" class="link-https">Canada (Français)</a></li><li><a target="_self" href="https://de.support.procore.com/" rel="external nofollow" class="link-https">Deutschland (Deutsch)</a></li><li><a target="_self" href="https://es-es.support.procore.com/" rel="external nofollow" class="link-https">España (Español)</a></li><li><a target="_self" href="https://fr.support.procore.com/" rel="external nofollow" class="link-https">France (Français)</a></li><li><a target="_self" href="https://en-gb.support.procore.com/" rel="external nofollow" class="link-https">United Kingdom (English)</a></li><li><a target="_self" href="https://support.procore.com/" rel="external nofollow" class="link-https">United States (English)</a></li><li><a target="_self" class="internal" href="https://zh-sg.support.procore.com/" rel="internal">新加坡(简体中文)</a></li><li><a target="_self" href="https://ja-jp.support.procore.com/" rel="external nofollow" class="link-https">日本(日本語)</a></li></ul></li><li class="mt-custom-header-listitem"><a target="_blank" href="https://zh-sg.support.procore.com/references/contact-support" rel="internal">联系人</a></li><li class="mt-custom-header-listitem-login"><a target="_blank" href="https://app.procore.com?journey=supporttologin" rel="external noopener nofollow" class="link-https">登录 Procore 应用</a></li></ul></div></div><div class="mt-prepend-home mt-custom-home elm-nav" id="header-search"><div class="elm-nav-container"><script type="application/json" id="mt-localizations-help-widget">/*<![CDATA[*/{"Help.Widget.button.text":"\u641c\u7d22","Help.Widget.label.text":"\u67e5\u8be2","Help.Widget.placeholder.text":"\u6211\u4eec\u80fd\u4e3a\u4f60\u63d0\u4f9b\u54ea\u4e9b\u5e2e\u52a9\uff1f"}/*]]>*/</script><div class="mt-inputredirect" data-query-key="q" data-path=""></div></div></div> <script type="text/javascript">/*<![CDATA[*/ $(document).ready(function(){ $('.mt-custom-header-right .dropdown').hover(function(){ $(this).children('.dropdown-menu').toggle(); }) });/*]]>*/</script> <script type="text/javascript">/*<![CDATA[*/ /* Adds Training Center Help action to Pro Member Nav. Dean Jan 11, 2018 */ $(document).ready(function(){ $('.elm-header-user-nav.elm-nav .elm-nav-container>ol').prepend('<li><a class="mt-icon-editor-training-link" style="display:inline" target="_blank" href="/tc/1-Author_Training_Center_Documentation">Training Center Help</a></li>'); });/*]]>*/</script> </div> <div class="grape-header grape-wrapper"> <div class="grape-header-container grape-wrapper-container"> <div class="grape-site-logo"> <a class="logo-anonymous" href="/" title="Procore"> <img class="mt-cdn" src="https://a.mtstatic.com/@public/production/site_13854/1681518206-logo.png" alt="Procore" title="Procore"> </a> </div> <div class="grape-site-navigation"> <ul class="mt-site-nav"> <li class="mt-login-sign-in"> <a class="mt-icon-quick-sign-in" href="https://zh-sg.support.procore.com/Special:AuthenticationProviders?returntotitle=procore-mobile-ios%2Fprocore-for-ios-troubleshooting-tips" title="登录"> 登录 </a> </li> <li class="mt-login-forgot-password"> <a class="mt-icon-login-forgot-password" href="https://zh-sg.support.procore.com/Special:UserPassword" title="找回丢失的密码"> 忘记密码 </a> </li> </ul> </div> <div class="grape-site-search"> <div class="mt-quick-search-container"> <form action="/Special:Search"> <input name="path" id="mt-search-path" type="hidden" value="" /> <label class="mt-label" for="mt-site-search-input"> 搜索 </label> <input class="mt-text mt-search search-field" name="q" id="mt-site-search-input" placeholder="我们可如何帮助您?" type="search" /> <button class="mt-button ui-button-icon mt-icon-site-search-button search-button" type="submit"> 搜索 </button> </form> </div> </div> </div> <div class="grape-site-nav grape-wrapper-container"> <ul class="mt-breadcrumbs"> <li> <a href="https://zh-sg.support.procore.com/"> <span class="mt-icon-article-category mt-icon-article-home"></span> Home </a> </li> <li> <a href="https://zh-sg.support.procore.com/procore-mobile-ios"> <span class="mt-icon-article-category"></span> Procore 移动版 (iOS) </a> </li> </ul> </div> </div> <div class="grape-content grape-wrapper"> <div class="grape-content-container grape-wrapper-container"> <div id="flash-messages"><div class="dekiFlash"></div></div> <h1 id="title" class="no-edit" style="visibility: visible;"> Procore iOS 应用程序 - 故障排除提示 </h1> <div class="mt-last-updated"> <strong>Last updated:</strong> <span class="modified mt-last-updated-timestamp" data-timestamp="2024-04-26T17:13:30Z"></span> </div> <div class="mt-content-header"></div> <div class="mt-content-side"></div> <div id="mt-toc-container" data-title="目录" data-collapsed="true"> <button class="mt-toggle mt-summary-toggle ui-button-icon mt-toggle-expand">目录</button> <div class="mt-toc-content mt-collapsible-section mt-toc-hide"> <ol><li><a href="#.E6.B3.A8.E6.84.8F" rel="internal"> 注意</a></li><li><a href="#1._.E6.A3.80.E6.9F.A5.E4.BD.A0.E7.9A.84.E5.BA.94.E7.94.A8.E7.A8.8B.E5.BA.8F.E7.89.88.E6.9C.AC" rel="internal">1. 检查你的应用程序版本</a></li><li><a href="#2._.E5.88.B7.E6.96.B0.E5.BA.94.E7.94.A8.E7.A8.8B.E5.BA.8F" rel="internal">2. 刷新应用程序</a></li><li><a href="#3._.E7.A1.AE.E8.AE.A4.E4.BA.92.E8.81.94.E7.BD.91.E8.BF.9E.E6.8E.A5" rel="internal">3. 确认互联网连接</a></li><li><a href="#4._.E8.80.83.E8.99.91.E6.9D.83.E9.99.90" rel="internal">4. 考虑权限</a></li><li><a href="#5._.E6.B3.A8.E9.94.80.E5.B9.B6.E9.87.8D.E6.96.B0.E7.99.BB.E5.BD.95" rel="internal">5. 注销并重新登录</a></li><li><a href="#6._.E9.87.8D.E6.96.B0.E5.90.AF.E5.8A.A8.E8.AE.BE.E5.A4.87" rel="internal">6. 重新启动设备</a></li></ol> </div> </div> <div id="page-top"> <div id="topic"> <div id="pageText"><p>如果你正在使用 iOS 版 Procore 应用程序并遇到问题,请参阅以下注意事项。</p> <ul> <li><a title="iOS 版 Procore:故障排除提示" class="mt-self-link" href="#1._Check_Your_App_Version" rel="internal"><strong><span class="mt-font-size-18">检查你的应用程序版本</span></strong></a></li> <li><a title="iOS 版 Procore:故障排除提示" class="mt-self-link" href="#2._Refresh_the_App" rel="internal"><strong><span class="mt-font-size-18">刷新应用程序</span></strong></a></li> <li><a title="iOS 版 Procore:故障排除提示" class="mt-self-link" href="#3._Confirm_Internet_Connection" rel="internal"><strong><span class="mt-font-size-18">确认互联网连接</span></strong></a></li> <li><a title="iOS 版 Procore:故障排除提示" class="mt-self-link" href="#4._Consider_Permissions" rel="internal"><strong><span class="mt-font-size-18">考虑权限</span></strong></a></li> <li><a title="iOS 版 Procore:故障排除提示" class="mt-self-link" href="#5._Log_Out_and_Back_In" rel="internal"><strong><span class="mt-font-size-18">注销并重新登录</span></strong></a></li> <li><a title="iOS 版 Procore:故障排除提示" class="mt-self-link" href="#6._Restart_Your_Device" rel="internal"><strong><span class="mt-font-size-18">重新启动设备</span></strong></a></li> </ul> <div class="callout callout-note"> <div mt-section-origin="procore-mobile-ios/procore-for-ios-troubleshooting-tips" class="mt-section"><span id=".E6.B3.A8.E6.84.8F"></span><h5 class="editable"><i class="fas fa-info-circle"> </i>注意</h5> 如果在尝试这些步骤后仍然在 Procore 移动应用程序中遇到问题,请<a title="联系支持团队" href="https://zh-sg.support.procore.com/references/contact-support" rel="internal">联系 Procore 支持团队</a>。 可能会要求你报告问题,该问题将从应用程序将日志发送给我们的团队,以便我们可以帮助进行故障排除。 请参阅<a title="如何从 Procore 移动应用程序报告问题?" href="https://zh-sg.support.procore.com/procore-mobile-ios/getting-started/report-an-issue-from-procores-ios-app" rel="internal">如何从 Procore 移动应用程序报告问题?</a></div></div> <div mt-section-origin="procore-mobile-ios/procore-for-ios-troubleshooting-tips" class="mt-section" id="section_1"><span id="1._.E6.A3.80.E6.9F.A5.E4.BD.A0.E7.9A.84.E5.BA.94.E7.94.A8.E7.A8.8B.E5.BA.8F.E7.89.88.E6.9C.AC"></span><h5 class="editable"><strong>1. 检查你的应用程序版本</strong></h5> <p>确保使用的是受支持的 Procore iOS 应用程序版本。 你可以在应用程序的侧边栏屏幕底部查看当前安装到你设备上的 Procore 应用程序版本号。要转到<a title="关于侧边栏屏幕(iOS)" href="https://zh-sg.support.procore.com/procore-mobile-ios/user-guide/sidebar-screen/tutorials/about-the-sidebar-screen-ios" rel="internal">侧边栏屏幕</a>,请点击你的<strong>头像圆圈。</strong></p> <p>我们建议使用最新版本的 iOS 软件和 Procore 应用程序。请参阅<a title="开始使用" href="https://zh-sg.support.procore.com/procore-mobile-ios/getting-started" rel="internal">开始使用 (iOS)</a>。</p> <p><strong><span class="mt-font-size-18"><a href="https://itunes.apple.com/us/app/procore/id374930542?mt=8" rel="external nofollow" target="_blank" title="https://itunes.apple.com/us/app/procore/id374930542?mt=8">在 App Store 上查看 iOS 版 Procore</a></span></strong></p> <p><a href="https://itunes.apple.com/us/app/procore/id374930542?mt=8" rel="external nofollow" target="_blank" title="https://itunes.apple.com/us/app/procore/id374930542?mt=8"><img alt="下载 iOS 版 Procore" height="52px" width="151px" class="internal" loading="lazy" src="https://zh-sg.support.procore.com/@api/deki/files/10432/download-apple-app.png?revision=1&size=bestfit&width=151&height=52" /></a></p> </div><div mt-section-origin="procore-mobile-ios/procore-for-ios-troubleshooting-tips" class="mt-section" id="section_2"><span id="2._.E5.88.B7.E6.96.B0.E5.BA.94.E7.94.A8.E7.A8.8B.E5.BA.8F"></span><h5 class="editable"><strong>2</strong><strong>. 刷新应用程序</strong></h5> <p>有时可能需要手动刷新应用程序。例如,如果你最近被添加到一个项目,但在项目名称列表中没有看到该项目,你可能需要刷新应用程序。</p> <p><strong>刷新应用程序以检查项目中是否存在更新</strong>:</p> <ol> <li>选择项目。</li> <li>在屏幕上向下滑动。<br /><em>注意:</em>向下滑动后,您应该会看到一个正在旋转的加载图标。</li> </ol> <p><strong>刷新工具中的列表或项</strong>:</p> <ol> <li>导航到相关页面并向下滑动屏幕。 <br /><em>注意:</em>向下滑动后,您应该会看到一个加载图标旋转。</li> </ol> </div><div mt-section-origin="procore-mobile-ios/procore-for-ios-troubleshooting-tips" class="mt-section" id="section_3"><span id="3._.E7.A1.AE.E8.AE.A4.E4.BA.92.E8.81.94.E7.BD.91.E8.BF.9E.E6.8E.A5"></span><h5 class="editable"><strong>3. 确认互联网连接</strong></h5> <p>检查你是否在离线模式下工作。在没有较强网络连接的区域工作时,并非所有操作都可用。请参阅<a title="我可以在离线模式下使用 Procore 的移动应用程序吗?" href="https://zh-sg.support.procore.com/faq/can-i-use-procores-mobile-application-offline" rel="internal">我可以在离线模式下使用 Procore 的移动应用程序吗?</a>处于离线模式时,项将在应用程序的上传队列中排队。这在上传队列中由一个徽章图标指示(在“设置”下),其中包含当前等待上传到 Procore Web 应用程序的项数。</p> <p>在移动设备的设置或控制面板上进行以下检查:</p> <ul> <li>已打开 WiFi 功能并已连接到 WiFi 网络。</li> <li>蜂窝数据已打开(如果设备配置为使用蜂窝数据)。</li> <li>“飞行模式”未开启。</li> </ul> </div><div mt-section-origin="procore-mobile-ios/procore-for-ios-troubleshooting-tips" class="mt-section" id="section_4"><span id="4._.E8.80.83.E8.99.91.E6.9D.83.E9.99.90"></span><h5 class="editable"><strong>4. 考虑权限</strong></h5> <ul> <li><strong>检查以确保使用正确的用户账户登录</strong>:如果使用的是共享移动设备,请确保使用自己的用户账户登录。可以为不同的用户分配不同的权限,这会限制可见的日期和可以执行的操作类型。</li> <li><strong>考虑分配的权限</strong>:如果在 Procore 应用程序上没有看到某些内容,可能是由于没有分配相应权限。联系公司或项目管理员,看看是否需要额外的访问权限。</li> </ul> </div><div mt-section-origin="procore-mobile-ios/procore-for-ios-troubleshooting-tips" class="mt-section" id="section_5"><span id="5._.E6.B3.A8.E9.94.80.E5.B9.B6.E9.87.8D.E6.96.B0.E7.99.BB.E5.BD.95"></span><h5 class="editable"><strong>5. 注销并重新登录</strong></h5> <p>有时,可以通过在移动设备上注销 Procore 应用程序,然后重新登录来解决问题。例如,如果你最近被添加到一个项目,但在项目名称列表中没有看到该项目,你可能需要重新登录才能看到此更改。<br /><strong><em>重要提示!</em></strong>由于 Procore 允许自动记住登录凭证,因此请确保在退出应用程序之前知道密码。</p> <ol> <li><a title="关于侧边栏屏幕(iOS)" href="https://zh-sg.support.procore.com/procore-mobile-ios/user-guide/sidebar-screen/tutorials/about-the-sidebar-screen-ios" rel="internal">通过点击</a> <strong><strong>头像圆圈</strong></strong> 导航到 侧边栏屏幕 。</li> <li>点击<strong>注销</strong>。</li> <li>使用你的 Procore 账户凭证登录。</li> </ol> <p>请参阅以下教程:</p> <ul> <li><a title="配置设置:iOS 版 Procore 应用程序" href="https://zh-sg.support.procore.com/procore-mobile-ios/user-guide/sidebar-screen/tutorials/app-preferences-ios#Logout" rel="internal">注销 iOS 版 Procore 应用程序</a></li> <li><a title="配置设置:iOS 版 Procore 应用程序" href="https://zh-sg.support.procore.com/procore-mobile-ios/user-guide/sidebar-screen/tutorials/app-preferences-ios#Login" rel="internal">登录 iOS 版 Procore 应用程序</a></li> </ul> </div><div mt-section-origin="procore-mobile-ios/procore-for-ios-troubleshooting-tips" class="mt-section" id="section_6"><span id="6._.E9.87.8D.E6.96.B0.E5.90.AF.E5.8A.A8.E8.AE.BE.E5.A4.87"></span><h5 class="editable"><strong>6. 重新启动设备</strong></h5> <p>在某些情况下,重新启动设备可能会解决问题。<br /></p> <hr /> <p><br /><strong><i>提示!</i></strong>如果您想要修改 iOS 设备上的 Procore 应用程序和项目的设置,请参阅以下内容:</p> <ul> <li><a title="应用程序首选项(iOS)" href="https://zh-sg.support.procore.com/procore-mobile-ios/user-guide/sidebar-screen/tutorials/app-preferences-ios" rel="internal"><span class="mt-font-size-18">应用程序首选项(iOS)</span></a></li> <li><span class="mt-font-size-18"><a title="应用程序首选项(iOS)" href="https://zh-sg.support.procore.com/procore-mobile-ios/user-guide/sidebar-screen/tutorials/app-preferences-ios#Uploads" rel="internal">上传设置</a></span></li> <li><a title="管理项目设置(iOS)" href="https://zh-sg.support.procore.com/procore-mobile-ios/user-guide/project-overview-screen-ios/tutorials/manage-project-settings-ios" rel="internal"><span class="mt-font-size-18">项目通知设置</span></a></li> <li><span class="mt-font-size-18"><a title="应用程序首选项(iOS)" href="https://zh-sg.support.procore.com/procore-mobile-ios/user-guide/sidebar-screen/tutorials/app-preferences-ios#Manage_Storage" rel="internal">存储设置</a></span></li> </ul> <div class="mt-category-container mt-subpage-listings-container noindex"><ul class="mt-sortable-listings-container " id="mt-sortable" data-user-can-edit="false" data-page-id="4600"></ul><script type="application/json" id="mt-localizations-ordered-subpages">/*<![CDATA[*/{"MindTouch.IDF3.label.drag-n-drop":"\u62d6\u52a8","MindTouch.IDF3.label.reveal.showAll":"\u663e\u793a\u5168\u90e8","MindTouch.IDF3.label.reveal.showLess":"\u663e\u793a\u90e8\u5206","MindTouch.IDF3.warning.page-order-limit-exceeded":"Sorry, there are too many child pages to safely reorder. The greatest number of children you can reorder on a page is {0}."}/*]]>*/</script></div> <p> </p> </div></div> </div> </div> <div class="mt-content-footer"></div> <ol class="grape-meta-data grape-meta-article-navigation"> <li class="grape-back-to-top"><a class="mt-icon-back-to-top" href="#title" id="mt-back-to-top" title="返回到本文章顶部">返回顶部</a></li> <li class="grape-article-pagination"><ul class="mt-article-pagination"> <li class="mt-pagination-previous"> <a class="mt-icon-previous-article" href="https://zh-sg.support.procore.com/procore-mobile-ios/release-notes" title="iOS 版 Procore 应用程序 - 发布说明"><span>iOS 版 Procore 应用程序 - 发布说明</span></a> </li> <li class="mt-pagination-next"> <a class="mt-icon-next-article" href="https://zh-sg.support.procore.com/procore-mobile-ios/ios-requirements" title="Procore iOS 应用程序 - iOS 要求"><span>Procore iOS 应用程序 - iOS 要求</span></a> </li> </ul> </li> </ol> </div> </div> <div class="grape-footer grape-wrapper"> <div class="grape-wrapper-container"> <ol> <li class="grape-footer-copyright">© 版权所有 2025 Procore</li> <li class="grape-footer-powered-by"><a href="https://mindtouch.com/demo" class="mt-poweredby product " title="MindTouch" target="_blank"> CXone Expert提供 <span class="mt-registered">®</span> </a></li> </ol> </div> </div> <div class="grape-footer-custom"> <div class="mt-custom-footer-container"><div class="mt-custom-footer-left"><ul class="mt-custom-footer-links"><li class="mt-custom-footer-link"><a target="_blank" href="https://www.linkedin.com/company/procore-technologies" rel="external noopener nofollow" class="mt-icon-linkedin2 link-https"></a></li><li class="mt-custom-footer-link"><a target="_blank" href="https://www.facebook.com/procore.tech" rel="external noopener nofollow" class="mt-icon-facebook5 link-https"></a></li><li class="mt-custom-footer-link"><a target="_blank" href="https://www.twitter.com/procoretech" rel="external noopener nofollow" class="mt-icon-twitter4 link-https"></a></li><li class="mt-custom-footer-link"><a target="_blank" href="https://www.instagram.com/procoretech" rel="external noopener nofollow" class="mt-icon-instagram3 link-https"></a></li><li class="mt-custom-footer-link"><a target="_blank" href="https://www.youtube.com/user/ProcoreVideo" rel="external noopener nofollow" class="mt-icon-youtube link-https"></a></li></ul></div><div class="mt-custom-footer-right"><div class="mt-custom-footer-copyright"><span>© 2025 Procore Technologies, Inc.</span></div><ul class="mt-custom-footer-links"><li class="mt-custom-footer-link"><a href="https://www.procore.com/legal/privacy" target="_blank" rel="external noopener nofollow" class="link-https">隐私声明</a></li><li class="mt-custom-footer-link"><a href="https://www.procore.com/legal/terms-of-service" target="_blank" rel="external noopener nofollow" class="link-https">服务条款</a></li><li class="mt-custom-footer-link"><a href="https://www.procore.com/en-sg" target="_blank" rel="external noopener nofollow" class="link-https">procore.com</a></li><li class="mt-custom-footer-link" id="last-item"><a href="https://app.procore.com/mindtouch/auth" target="_blank" rel="external noopener nofollow" class="link-https">登录</a></li></ul></div></div> <script type="text/javascript">/*<![CDATA[*/ <!-- Change default from Draft to Live in Edit and New screens. Added by Dean May 13, 2020 --> $("a.mt-icon-new-page").click(function () { setTimeout( function () { $("label[for='mt-new-templates-create-live']").click(); }, 10000); });/*]]>*/</script> </div> <script type="text/javascript" data-mindtouch-module="true" src="https://a.mtstatic.com/deki/javascript/out/standalone/ui.widget.helpWidget.js?_=9529aea554fde890c4d7cb109f8680ca3b4d1cd2:site_13854"></script><!-- Scroll to Top Button --> <div><button id="back-to-top-button" onclick="scrollToTop()"><i class="fa fa-angle-up">‌‍​</i></button></div> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NWZQ5W6" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> </body> </html>