OneSignal-iOS-SDK
OneSignal-iOS-SDK copied to clipboard
Player-ID null and not regenerating after reinstall / manuel remove
Description: We currently have a problem with the iOS sdk, because the sdk does not generate a new player id after an app reinstall. We are using the latest SDK in our iOS apps. As written in the one signal docs, the player id should be created upon reinstall or by manually deleting the player-id from the one signal backend.
Environment
- Version 3.9.1
- cocoapods
- iOS 15.1
Steps to Reproduce Issue:
- Install an App from the AppStore which generates a new player id
- Uninstall the App
- Install the App again via the AppStore
- The Player-ID stays the same
Anything else:
In our case we even have a small portion of people using our app which lost their player-id (null) and did not get a new one. We tried to delete the player-ids manually via the one signal backend but also that brought no success.
Sadly this issue reappeared. This time with:
- Version 3.11.2
- cocoapods
- iOS (15.6.1)