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

About transaction location #21

Closed
AdamGreem opened this issue Dec 2, 2018 · 8 comments
Closed

About transaction location #21

AdamGreem opened this issue Dec 2, 2018 · 8 comments

Comments

@AdamGreem
Copy link

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.

@aydenp
Copy link
Owner

aydenp commented Dec 2, 2018

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?

@AdamGreem
Copy link
Author

I want to add another subtitle of transaction location in prototype cells. But transaction location item never show on table view. When I run the program, the swift shows the part of address contents are null. Therefore, I thought the transaction location item doesn't show up due to the location values are null. I attach the screen shot below include the code I add for location item and the information provided by swift.
transaction location in cells
code for transaction location
information

@aydenp
Copy link
Owner

aydenp commented Dec 4, 2018

Is that data from the console deserialized from the Codable model or a dictionary? Could you post the JSON string returned?

@aydenp
Copy link
Owner

aydenp commented Dec 4, 2018

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)

@AdamGreem
Copy link
Author

AdamGreem commented Dec 4, 2018

I download your package and run your code in swift. I have followed your instruction. The data is shown in swift. I attached the screen shot of where data from below. Sorry, I am new in this field, so thank you for your help.
screen shot 2018-12-04 at 11 56 27 am

@AdamGreem
Copy link
Author

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.

@aydenp
Copy link
Owner

aydenp commented Dec 7, 2018

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!

@AdamGreem
Copy link
Author

Thank you so much.

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

No branches or pull requests

2 participants