如何使用 Rubymotion 在 ios 模拟器中指定用户位置

Posted

技术标签:

【中文标题】如何使用 Rubymotion 在 ios 模拟器中指定用户位置【英文标题】:How to specify user location in ios simulator with Rubymotion 【发布时间】:2013-06-23 08:08:28 【问题描述】:

我正在使用 RubyMotion 开发 iPhone 应用,我想在模拟器中测试我的应用时指定用户位置。

有没有办法像我在 xcode 中那样使用 .gpx 文件?

感谢您的帮助!

【问题讨论】:

【参考方案1】:

现在 RubyMotion 支持使用 Instruments 启动应用程序,您可以尝试以下方法:http://www.cardinalsolutions.com/cardinal/blog/mobile/2013/02/testing_a_location-a.html(由我的朋友 Rachel Parsons 编写)。

忽略 xcode 设置,直接跳到她谈到在 Instruments 中进行“自动化”的地方。

要在仪器中启动您的应用,只需运行 rake profile

【讨论】:

【参考方案2】:

我不知道如何使用 gpx 文件,但模拟器本身提供了一种定义用户位置的方法。您可以通过 Debug | 指定 lat/long位置 |自定义位置菜单。

这就是我在我的应用中使用的,它似乎运行良好。

【讨论】:

以上是关于如何使用 Rubymotion 在 ios 模拟器中指定用户位置的主要内容,如果未能解决你的问题,请参考以下文章

如何在 RubyMotion 中使用 React Native

RubyMotion宣布将支持Android

在RubyMotion中使用@selector

RubyMotion 中 CoreData 迁移的问题

Rubymotion 企业版

在 RubyMotion 应用程序中使用 Facebook SDK