Fixed migration from another provider race condition
- Fixed issue where device could register without waiting for Apple to give the SDK a pushToken.
- In the migration scenario this means there was a new player is created instead of using the existing imported record that could have tags or other data on it.
- PR #728