Post not yet marked as solved
Hi! I am looking for a UIAccessibility or other API to indicate if the Auto-Answer Calls accessibility feature is enabled. Does such an API exist?
Post not yet marked as solved
We used to use push kit type VoIPWe develop an app for US HealthCare and it's highly important to keep the ability for the app with SDK 13 to send reminders when the app was switched off as in this case doctor will miss important messages and we can't start reminders and it can bring unpredictable results.We use local notification as a reminder in our app (SDK 12 and SDK 13). We used to use push kit type VoIP in SDK12 when the app was switched off. But we can't use this approach any more in SDK 13 without the incoming call interface window.How we can run the app in an alternative way with SDK 13 without an incoming call interface window?How we can run a reminder as a local notification in SDK 13 when the app is switched off (not in the memory) from remote push? Other words, how can we start (not wake it up from the background) the app in SDK 13 without the incoming call interface window?How can we start the app in SDK 13 from the notification service extension when the app is switched off (not in the memory)?