Sunday, July 1, 2012

Return from Facebook shows default.png

We have a button in our app that allows the user to post to Facebook.  When the user taps on the button, the Facebook app opens, authenticates, and reopens our app.  When our app opens, the Default.png image shows for a second or so.  This is not too what we want since it will cause the user to think that the app is being restarted.

The solution is to have an image named Default-scheme.png.  So for facebook, it would be Default-fb12345.png.


keywords: objective c facebook open app show default.png
source: http://stackoverflow.com/questions/7054641/default-png-shows-when-applicationwillenterforeground-and-using-handleopenurl

No comments:

Post a Comment