iOS 硬编码用户位置

发布于 2024-11-08 16:13:01 字数 84 浏览 7 评论 0原文

我想通过代码来介绍具体的用户位置。 我只需要对用户位置进行硬编码即可为应用商店制作屏幕截图。

有人可以帮助我吗?

谢谢你!

I would like to introduce a specific user location by code.
I only need to hardcode the userlocation to make an screenshot for the appStore.

Could somebody help me?

Thankyou!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

私藏温柔 2024-11-15 16:13:01

您可以使用单个坐标创建 GPX 文件并将其添加到您的项目中。创建完成后,您可以在 Xcode 中选择“位置服务”箭头,然后选择您创建的包含一个坐标的 GPX 文件。

  • 文件>新建..文件>iOS资源>GPX文件
  • 然后将其中的默认坐标替换为您想要的位置坐标。
  • 运行您的应用程序
  • 选择“位置服务”箭头并选择您创建的 GPX 文件的名称。

You can create a GPX file with a single coordinate and add it to your project. Once created, you can then select the "location services" arrow in xcode, then select the GPX file you created with your one coordinate in it.

  • File>New..File>iOS-Resource>GPX File
  • Then replace the default coords in there with your desired location coords.
  • Run your app
  • Select the "location services" arrow and select the name of the GPX file you created.
小梨窩很甜 2024-11-15 16:13:01

不要使用核心位置,而是覆盖它并插入您自己的坐标。

只需确保在发货前恢复即可:p

Instead of using Core Location, override it and plug in your own Coordinates.

Just make sure you revert back before you ship :p

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文