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.
我在 iPhone 中运行基于位置的程序。当 iPhone 接收到位置时,电池图标旁边会显示一个小箭头。我希望即使在位置更新时也不会显示此箭头。
请记住,我正在开发越狱的 iPhone。
有什么帮助吗???
这是不可能的。您的应用程序正在使用内置的 iOS 服务,以便在活动时显示该图标。
您可以尝试打开定位服务,一旦您收到位置信息,就将其关闭。如果您现在需要更新位置,请将其设置在计时器上。该图标将在您打开它时显示,但不应超过 4-5 秒。