-
Notifications
You must be signed in to change notification settings - Fork 0
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
EA-1427 - Build a test application that uses the swift sdk #59
base: main
Are you sure you want to change the base?
Conversation
merlin910
commented
Jul 9, 2024
- added a default sample project that calls the sdk hello method to put data on the screen.
* added a default sample project that calls the sdk hello method to put data on the screen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sure to add docs for how someone will start up the sample app. Orient it so that it makes sense to for folks with little to no mobile development experience.
…how to implement SDK features.
added *.xcworkspace/ to the gitignore
Another suggestion for the docs - will we have a way to test SDK code under development in this app locally? Steps for something like yalc? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I lean towards keeping this in draft until we have a published SDK to reference for non development purposes.