記事一覧

App still crashes?

コードを完全iOS4ベースにしまして、いくつかのデバイスで動作確認できたんですが、まだ Apple側が "iOS4でクラッシュしますぜ" と言ってくる。
自分のデバイス1つで確認してるんなら、互換性の問題という可能性が高いなと思えるのだけど、デバイスもOSバージョンも異なる複数の環境でOKだったのだからコードの問題とは思えない。
テスト用と提出用のビルドの違いと言えばコード署名だけなのだけど、これも前の審査では通ってた。
ちょっともう手の打ちようがないぞ・・・・どうする・・?


I revised my code to full-iOS4 based and made sure it's working on several devices.
But Apple still reports that it crashes on iOS4.
If I had tested only on my single device there still might be possibility of compatibility problem, but I have tested on different generations of device and different versions on OS so I believe it's not the problem of the code itself.
The only difference between the test build and the submission build is code signing, but it didn't caused any problem in previous reviews.
I'm completely at a loss.