We've upgraded our SDK framework to 3.1.1 and implemented it as it should be. Notably, the app builds and uses the new Facebook SDK method:
[FBSession.activeSession handleDidBecomeActive];
But Facebook's app developers console isn't registering that we've updated (we still get a prompt to upgrade from 3.0).
The app is currently deployed with this implementation with thousands of daily users. What could be the issue?