-
Notifications
You must be signed in to change notification settings - Fork 213
Add support for App Distribution in-app Feedback #1167
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
Conversation
d277573
to
0cc6154
Compare
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.
Is this live on the backend? If not, do you know when I can try this branch out?
I don't think so. I think it depends on http://cl/459802137 making it to production.
I had hoped you could tell me ;-) I'm not aware of any other missing pieces - please let me know if you can think of any. |
339cf9e
to
d03ae88
Compare
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.
Just ran a successful deploy, LGTM
/retest |
/** Text entered by the tester */ | ||
text: string; | ||
/** URIs to download screenshot(s) */ | ||
screenshotUris?: string[]; |
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.
Can we make this non-optional and always provide the empty array if necessary?
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.
In the SDK, correct?
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.
Hi there, I'm on Kai's team and working on this while he's on vacation.
#1187 includes a fix for this feedback.
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.
Update on this...I put the fix for making screenshotUris non-optional into a different PR: #1188 because I don't know what I'm doing yet and don't want to couple the other changes in the originally-linked PR with this one :)
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.
No worries. I helped out in that PR.
Adding
InAppFeedbackPayload
andonNewInAppFeedbackPublished()
.