-
Notifications
You must be signed in to change notification settings - Fork 25
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
About transaction location #21
Comments
It could be because not every transaction provides information about its location. Could you provide more information about how you set it up and determined this? |
Is that data from the console deserialized from the Codable model or a dictionary? Could you post the JSON string returned? |
Also, the data shows that it’s an interest payment, which I’m assuming wouldn’t have a location associated with it (usually those come with physical in-person transactions) |
Hi, sorry for bothering you again. Last question, could you add logout feature in this project? Because I think people may have different bank account. Therefore, it will be more convenience if add log out feature. |
This is more of a side project that's mostly for experience and fun, so it's not meant to be feature-complete (at least right now), which is why it doesn't have a log out button. In my testing, I would just add the appropriate logout function from PlaidManager to the AppDelegate's didFinishLaunching method in order to trigger it. It's not convenient, but it works for testing. You're free to add one if you think it would be useful and something you're interested in doing! |
Thank you so much. |
When I run the app in swift, all the functions are working. But the location including (address, city, zip code, etc.) show the value is
null
. I wonder if there is no location data or I did wrong.The text was updated successfully, but these errors were encountered: