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?
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.