-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[HOLD for payment 2023-07-24] [$1000] Deep link to Profile Page is not opening in the installed app #21969
Comments
Triggered auto assignment to @michaelhaxhiu ( |
Bug0 Triage Checklist (Main S/O)
|
ProposalPlease re-state the problem that we are trying to solve in this issue.Deep link to profile page is not working on iOS & Android What is the root cause of that problem?Profile page URL is of the format ‘/a/:accountID’. This URL prefix is not added to apple-app-site-association file and AndroidManifest. That’s the reason this URL is not recognized as a universal link by the app. What changes do you think we should make in order to solve the problem?Add ‘/a’ URL prefix to both apple-app-site-association file and AndroidManifest.xml iOS { "/": "/a/*", "comment": "Profile Page" }, Android Add below lines to AndroidManifest.xml https://github.com/Expensify/App/blob/main/android/app/src/main/AndroidManifest.xml#L57 <data android:scheme="https" android:host="new.expensify.com" android:pathPrefix="/a"/> https://github.com/Expensify/App/blob/main/android/app/src/main/AndroidManifest.xml#L68 <data android:scheme="https" android:host="staging.new.expensify.com" android:pathPrefix="/a"/> What alternative solutions did you explore? (Optional)None |
@michaelhaxhiu Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
Job added to Upwork: https://www.upwork.com/jobs/~0143c4c287988aa719 |
Current assignee @michaelhaxhiu is eligible for the External assigner, not assigning anyone new. |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @eVoloshchak ( |
Agree with expected result 👍 |
@michaelhaxhiu @eVoloshchak This issue is not yet assigned to me. Is there another review pending? |
@eVoloshchak, @michaelhaxhiu Huh... This is 4 days overdue. Who can take care of this? |
@michaelhaxhiu, @aswin-s's proposal looks good to me, could you take a look and assign @aswin-s to this issue if you agree? |
📣 @eVoloshchak Please request via NewDot manual requests for the Reviewer role ($1000) |
📣 @eVoloshchak 🎉 An offer has been automatically sent to your Upwork account for the Reviewer role 🎉 Thanks for contributing to the Expensify app! |
📣 @aswin-s You have been assigned to this job! |
📣 @aswin! 📣
|
The BZ member will need to manually hire aswin for the Reporter role. Please store your Upwork details and apply to our Upwork job so this process is automatic in the future! |
Sorry for blocking this, it's a new process for BZ to assign the contributor and I am a little behind. |
Contributor details |
✅ Contributor details stored successfully. Thank you for contributing to Expensify! |
🎯 ⚡️ Woah @eVoloshchak / @aswin-s, great job pushing this forwards! ⚡️ The pull request got merged within 3 working days of assignment, so this job is eligible for a 50% #urgency bonus 🎉
On to the next one 🚀 |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.41-3 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2023-07-24. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
As a reminder, here are the bonuses/penalties that should be applied for any External issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
Nice, this will be due for payment in about 1 week. Next is the checklist above 🤙 |
|
Regression Test Proposal
Do we agree 👍 or 👎 |
Requested the payment for this via NewDot |
Payouts:
|
@aswin-s drop me a comment here when you've accepted the upwork job invite |
QA test is added here - https://github.com/Expensify/Expensify/issues/303310 |
@michaelhaxhiu Accepted the offer |
Reviewed details for @eVoloshchak. This is accurate and approved for payment in NewDot. |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Expected Result:
Profile page should get opened in the installed app (iOS & Android)
Actual Result:
The link gets opened in mobile browser (Safari / Chrome)
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.32-5
Reproducible in staging?: y
Reproducible in production?: y
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
deeplink.mp4
Expensify/Expensify Issue URL:
Issue reported by: @aswin-s
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1687876003386849
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: