Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate Siri shortcuts to enable/disable gps tracking #82

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

AbdulmalekZainHC
Copy link

Description

This pull request adds Siri and Shortcuts integration to the app, enhancing the user experience by enabling voice commands and quick actions. My main goal was to enable/disable the GPS tracking service using automations (eg. when i start driving)

Changes

  • Integrated SiriKit to handle voice commands within the app.
  • Added Intents for key app functionalities to be used with Siri and Shortcuts.
  • Updated the app’s Info.plist to include necessary permissions and configurations for Siri integration.
  • Implemented Shortcut actions for quick access to specific app features.

Testing

Unfortunately due to the Siri integration requiring a paid Apple Developer Account, i was not able to test this outside of the simulator, where everything works perfectly .

@abdulmalekc1
Copy link

?????

@AbdulmalekZainHC
Copy link
Author

@tananaev Thanks for the review, I implemented the changes 👍

</array>
</dict>
<key>INIntentTitle</key>
<string>Start Tracking Service</string>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On Android we call these "Start service" and "Stop service". Can you please rename to make it consistent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants