Search code examples
iosfacebook-ios-sdk

iOS app crashed after download from Appstore


My approved app crashed after it was downloaded from the Appstore. Baring all other circumstances, I am wondering if it's due to the fact that I have yet to get approval from Facebook for using their login mechanism and xmpp chat?

Hope someone can verify this?


Solution

  • No, you built the bug yourself: In your method -[AppDelegate productsRequest:didReceiveResponse:] you are accessing an array with an index out of bounds.

    Check the system log to see what the actual bad index is.