English 中文(简体)
当地安装的版本(复制)
原标题:iOS - app store version behaving differently to locally installed version [duplicate]
This question already has an answer here:
Closed 11 years ago.

Possible Duplicate:
ASIHTTPRequest begins but never ends

我在我非常乐意看到的储存库里只批准了我的第一架“SOS”信,但我感到非常不快的是,在从储存库安装时发现它没有像预期的那样运作。 这项评估利用ASI RITPRecer,在吉斯提尔港/吉普西特岛使用一个REE网络服务,并通过JN接收数据。 我在测试传真机/iPene/iPodtel/iPad的数据时,从未有过这方面的问题,如果存在网络问题,请求会变得令人宽松。 然而,在从储存库中删除的版本中,用户能够记录和满足一些基本要求,但一旦要求任何进一步的请求,或者试图从档案中删除,用户就只能等待,而且从未有过。 甚至因为我的服务机没有记录吉大港警察局的请求(使用电话机)而没有发出这一请求。

是否有任何人经历过类似的差异/问题,在仓库中,有的是从当地安装的版本中接手 app?

最佳回答

我认识到,我只用“灯塔”方式检测了我的器具。 一开始采用释放模式,就转录了储存版本中的问题。 之后,我发现问题与ASIHTTPRequest in Release Building——见以下链接:

ASIHTTP 生产失败

ASIHTTPRequest begins but never ends

一旦我在2个档案中设定了编辑旗帜,所有工作都是出色的。

nathan

问题回答

暂无回答




相关问题
List Contents of Directory in a UITableView

I am trying to list the contents of Ringtones directory in a TableView, however, I am only getting the last file in the directory in ALL cells, instead of file per cell. This is my code: - (...

iPhone NSUserDefaults persistance difficulty

In my app i have a bunch of data i store in the NSUserdefaults. This information consists of an NSObject (Object1) with NSStrings and NSNumbers and also 2 instances of yet another object (Object2). ...

Writing a masked image to disk as a PNG file

Basically I m downloading images off of a webserver and then caching them to the disk, but before I do so I want to mask them. I m using the masking code everyone seems to point at which can be found ...

Resize UIImage with aspect ratio?

I m using this code to resize an image on the iPhone: CGRect screenRect = CGRectMake(0, 0, 320.0, 480.0); UIGraphicsBeginImageContext(screenRect.size); [value drawInRect:screenRect blendMode:...

Allowing interaction with a UIView under another UIView

Is there a simple way of allowing interaction with a button in a UIView that lies under another UIView - where there are no actual objects from the top UIView on top of the button? For instance, ...

热门标签