0

As per the Apple documentation : Define dynamic quick actions with the UIApplicationShortcutItem class and associated APIs.

So i just want to know that Can we use dynamic quick actions with our custom web service APIs?. I want to pull data from API and show it in the dynamic quick action menu. Is it possible?

Community
  • 1
  • 1
  • Yes, you can call webservice on your first app launch (Or whenever you prefer) and than you can add dynamic quick actions like you would usually do. – Bhumit Mehta Aug 01 '16 at 11:32
  • Thanx @Bhumit. Actually i have to call Webservice API without launching the app. Is it possible? I have to show the API data in the quick action menu. – SmartTester Aug 01 '16 at 13:14
  • Not possible without launching the app. – Bhumit Mehta Aug 01 '16 at 13:17
  • @Bhumit Thanx. I also thought the same just wanted confirmation on it as Apple documentation has not properly specified it. Is there any Apple documentation available for it? I am also wondering why they specified in their doc as "Define dynamic quick actions with the UIApplicationShortcutItem class and associated APIs". They mentioned associated APIs – SmartTester Aug 01 '16 at 13:27

0 Answers0