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

ADD: Mobile onboarding (Android & IOS) #78

Closed
wants to merge 2 commits into from
Closed

ADD: Mobile onboarding (Android & IOS) #78

wants to merge 2 commits into from

Conversation

VladimirMikulic
Copy link

MetaMask app will be opened in Play Store / App Store depending on the mobile device.

Resolves #55

MetaMask app will be opened in Play Store / App Store depending on the
mobile device.

Resolves #55
@VladimirMikulic VladimirMikulic requested a review from a team as a code owner August 29, 2021 20:57
Copy link
Member

@Gudahtt Gudahtt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution - this looks great! I've reviewed all of the changes, and everything here looks good to me.

I don't know whether this is the correct way to redirect users to the app stores, but I've asked the MetaMask mobile team to review and test that portion. Once they approve, and once the lint failures are addressed, this should be good to go.

this._openDownloadPage();
this._openForwarder();
if (this.isPlatformDesktop) {
sessionStorage.setItem(REGISTRATION_IN_PROGRESS, 'true');
Copy link
Member

@Gudahtt Gudahtt Nov 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Could you set this in both branches - both mobile and desktop? This is used to inform the wallet that onboarding has started. Mobile doesn't make use of this yet, but it will in the future.

@VladimirMikulic
Copy link
Author

Nevermind, we have implemented a custom solution internally. Thanks, anway.

@VladimirMikulic VladimirMikulic deleted the add/mobile-onboarding branch November 13, 2021 04:35
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

Successfully merging this pull request may close these issues.

Mobile onboarding
3 participants