简体   繁体   中英

Is there a solution for ios bing maps sdk for armv7s? Or should use bing ajax control v7 into a UIWebview?

Is there a solution for ios bing maps sdk for arm7vs? Or should use bing ajax control v7 into a UIWebview?

I am working in this app that needs bing and got an error saying that the static library of bing is not for armv7s. I know I can remove support for armv7s by removing it in the valid architecture but I really need to have the app running in iPhone 5. Any recommendations or solutions guys?

Hi all I found out that it is working for iPhone 5 but it's performance is a bit shaky. I will add some more information if I have optimized the usage of bing maps ios sdk in iPhone 5.

I can remove support for armv7s by removing it in the valid architecture but I really need to have the running in iPhone 5.

ARM is generally a platform respecting backwards compatibility. If you compile for ARMv6, for example, all generations of iOS devices will be able to run the app (except if you use APIs that only available in newer versions of iOS).

如果您想尝试其他映射库,请查看https://github.com/route-me/route-me。它确实支持多个映射提供程序。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM