How to get SiriKit selection event for INTask? - ios

I am developing an application with Sirikit. Using Sirikit, I have Shown a list of items as INTask and when I select any item from the list the original app will open, I have achieved till this.
My actual requirement is: I need to identify which item the user has selected from the Sirikit and I need to open different ViewControllers for different items. Can anyone help me?
Thank you in advance.
Any help appreciated.

Related

unsucessfully display contact suggestions of my messaging app on share sheet after I donating users intents sucessfully, is anyone know why?

I am trying to implement dispaly contact suggestions of my messaging app on share sheet on iphone following apple developer article (https://developer.apple.com/documentation/foundation/app_extension_support/supporting_suggestions_in_your_app_s_share_extension?language=objc). I set the info.plist correctly and donating intents sucessfully. bug the share sheet still do not show contact suggestions of my messaging app. is anyone know how to deal with this problem ? thanks!
I set the info.plist correctly and donating intents sucessfully. bug the share sheet still do not show contact suggestions of my messaging app. is anyone know how to deal with this problem ? thanks!

SKStoreReviewController - auto populate body text

I'm trying to implement SKStoreReviewController to make users rate/review within our app, instead of throwing the appstore on the screen. I wanted to auto-populate some user data in the store controller as body text(same as mail app supports to do so) but I know there are no public properties supporting to add such data in SKStoreReviewController. But my question is, is there any other way to achieve the above requirement? Please drop your comments.
Thanks in advance.

how to get mood list of a user from spotify?

I am developing an App which is related to spotify,in which there is tab for mood list on tapping that tab i want to display mood list from a spotify user account, I have used libspotify sdk but there is no feasibility for mood. if anyone done this please let me know
Thanks in advance

Tracking "Define" events on iOS

Hi i'm creating an iOS 7 app and would like "watch" for user selections and then trigger some event.
It's a mimic of the dictionary app that comes with iOS 7, that you can select a word and it defines it for you, but in this case other action will be taken when a word is selected (after it's selected).
Where can i find documentation on this subject? i have tried searching on google but found nothing...
Thanks, any pointers will be greatly appreciated.
You can use NSNotificationCenter. Post a notification when user selects a word, then having other objects to observe for that specific notification and take your actions

Saving data to to devices calendar

I am using query mobile, and phonegap to create an app. Within the app I am building a basic list which holds dates and associated information. I want the user to be able to click the list item and for the data to be saved to their own calendar.
I have searched online, and can't seem to find anything relating. Can anyone help push me in the right direction?
Thanks in advance...
Phonegap does not expose an API to access the device calendar.But I think you can create a phone gap plugin for this purpose.I am not sure about the feasibility of this.May be this link will give you more information.
Try this Android Calendar access plugin for PhoneGap : https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/CalendarPlugin

Resources