I got a strange case for today widget. My app has a widget to show some information to our user, widget has some button on it. User can click button to get different information. Here is the strange thing. I'm developing new version of my app. I need to test it. When I install a new ad hoc version app on the old version, My widget not respond. no update, no respond when i click on button. So I made some test case to solve it.
- I install a new ad hoc version app on phone without old version app. Widget can respond.
- I install a older test app than app store, then update it from app store, Widget can resond.
- I install a older test app than app store, but update it from ad hoc archive with same version from app store, Widget can't respond.
If I delete widget and add it to today view , widget still can not respond. All widget that can't respond can respond again if I reboot my iphone.
Anyone has face the same situation? Any help will be welcome. Thank you.