2) restart app without any activity and observe the ParseInstallation.current being nil on second and further launch
Actual Outcome
A currentInstallationContainer: CurrentInstallationContainer<Self> is retrieved from Keychain with set properly installationId but with nil currentInstallation
🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.
New Issue Checklist
Issue Description
ParseInstallation.current found not nil only after a fresh install (cleared keychain) and on further app runs found always nil.
Steps to reproduce
0) clear simulator or device keychain 1) run ParseSwift initialisation in
didFinishLaunchingWithOptions
and printParseInstallation.current
2) restart app without any activity and observe the
ParseInstallation.current
being nil on second and further launchActual Outcome
A
currentInstallationContainer: CurrentInstallationContainer<Self>
is retrieved from Keychain with set properlyinstallationId
but with nilcurrentInstallation
Expected Outcome
currentInstallation
should have been saved during the first runEnvironment
Client
Server
Database
Logs
Further description of the issue discussed in issue 171