App keeps trying to register even though it gets unregistered with a response of SDLAppInterfaceUnregisteredReasonAppUnauthorized #1084
Labels
bug
A defect in the library
Waiting for Feedback
Maintainers are waiting for feedback from an author or contributor
Bug Report
Reproduction Steps
Expected Behavior
App registers once, the system unregisters it with reason When app gets unregistered with a response of SDLAppInterfaceUnregisteredReasonAppUnauthorized, the App doesn't try to register again until next ignition cycle.
Observed Behavior
App registers once, the system unregisters it with reason When app gets unregistered with a response of SDLAppInterfaceUnregisteredReasonAppUnauthorized, and the app keeps trying to register over and over again. (About once every 5 seconds)
OS & Version Information
Test Case, Sample Code, and / or Example App
6.0.1 has a tiny bit of extra code on top of this, but we're trying to utilize this fix:
https://github.com/smartdevicelink/sdl_ios/pull/978/files
The system successfully goes into this call, but the behavior is not correct
[self.lifecycleStateMachine transitionToState:SDLLifecycleStateStopped];
The text was updated successfully, but these errors were encountered: