iphone - Is there way in iOS to receive notification that a keychain entry has changed? -


is there way in ios receive notification keychain entry has changed?

i've seen in os x there seckeychaincallback mechanism there no indication such event-callback paradigm exists iphone.

we using keychain pass token data between ios apps, , if app receive notification if data has changed, without continuously checking it.

unfortunately isn't possible, keychain services on ios barebones, , provide simple apis accessing/storing items. , because it's c based, won't able piggyback on sort of kvo either.

you need poll @ appropriate intervals.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -