Lets say I have an iOS app version 5.0 and deploy a code push update. Then I make a new app version 5.1, it appears that old update is still being applied to the new version 5.1
Is this expected behavior? How can I get code-push to deploy only to the older version (5.0) and not anything higher?
Thanks.