50ButtonsEach / fliclib-ios

The fliclib framework for iOS
35 stars 5 forks source link

Can't restore flic buttons after uninstalling and reinstaling my app #11

Closed youss-cs closed 8 years ago

youss-cs commented 8 years ago

Hi,

When my app is suspended or terminated i can restore my flic buttons in "flicManagerDidRestoreState(manager: SCLFlicManager)" with manager.knownButtons() function.

but when i uninstall and reinstall my app i can't restore them in my app. Any solution ?

AntonMeier commented 8 years ago

Actually this is not a bug. On iOS if you uninstall an application you also delete all of that apps data storage. We don't have a solution for this at the moment, and I honestly think it is not a big problem since users don't usually uninstall apps that they intend to continue using.