gpt4 book ai didi

ios - Google Weather API 不见了?

转载 作者:行者123 更新时间:2023-11-29 11:09:33 27 4
gpt4 key购买 nike

我一直在我的 iPhone 应用程序中使用以下 google weather api 来获取 4 天的天气预报。

NSString *address = @"http://www.google.com/ig/api?weather=Chicago";
NSString *request = [NSString stringWithFormat:@"%@",address];

NSLog(@"request: %@", request);

NSURL *URL = [NSURL URLWithString:request];
NSError *error;
NSString *XML = [NSString stringWithContentsOfURL:URL encoding:NSASCIIStringEncoding error:&error];

NSLog(@"XML: %@", XML);
NSLog(@"XML lenght: %d", [XML length]);

截至昨天(2012 年 8 月 25 日),我一无所获!我没有得到任何结果。这是什么时候发生的?有没有其他人遇到过同样的问题?

这是一个非常关键的问题,因为我有多个天气/时钟应用程序在寻找 google weather api,但它们都崩溃了,因为我希望在我的 XML 字符串中返回一些结果!

最佳答案

Google Weather API 似乎“正式”失效了,这说来颇具讽刺意味,因为它从来就不是官方支持的 API。谷歌还没有正式宣布,但应该指出的是,iGoogle 现在正在使用 Wunderground 的 API 获取天气数据。

http://igoogle.wunderground.com/US/CA/Mountain_View.html

所以不,您没有看到任何东西。 Google Weather API 消失了。我经历过同样的事情。是时候继续前进并找到合适的替代品了。

关于ios - Google Weather API 不见了?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12145820/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com