Feat: Apple Shortcuts integration#532
Open
mikev-cw wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎯 Description
This PR adds iOS Shortcuts support for quickly creating wallet transactions through App Intents.
Currently, creating a transaction requires opening the app and manually navigating through the transaction flow. This creates friction, especially for quick everyday expenses.
With this change, users can set up an automation that adds an uncategorized transaction to Sossoldi whenever they pay with their phone using NFC. The transaction can then be reviewed and categorized later inside the app.
I think this could be a low-priority feature, but I'd like to merge it (and maybe silently release) to facilitate testing on a physical device through TestFlight.
📱 Changes
AddWalletTransactionIntent(Warning: This is Swift code, which isn't really my strong point...)🧪 Testing Instructions
Changes applicable only on iOS
Unfortunately, this feature isn't easily testable on a simulator. You need to install the app on a physical device through Xcode. Then:
📸 Screenshots / Screen Recordings (if applicable)
This is a real mobile payment transaction I made. As you can see, an uncategorized transaction appears in Sossoldi with the merchant name for easy recognition.
untitled.mp4