【问题标题】:returning back to the same app after switching to map app切换到地图应用后返回同一个应用
【发布时间】:2012-04-14 20:16:11
【问题描述】:

在我的应用程序中,我需要通过点击下面的 url 去谷歌地图中的特定位置

 UIApplication *app = [UIApplication sharedApplication];  
 [app openURL:[NSURL URLWithString:@"http://maps.google.com/maps?q=<any place>"]];  

我没有办法再次回到同一个屏幕。

告诉我我将如何再次回到同一个应用程序。

【问题讨论】:

    标签: iphone ios ios5 ios4 ios-simulator


    【解决方案1】:

    您无法自动返回。只有用户决定后才能返回您的应用。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-03-25
      • 2021-01-19
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多