Remove the WordPress migration interstitial from Jetpack first launch - #25877
Merged
Conversation
When the Jetpack app launched with the WordPress app installed but no exported data waiting, it showed a full-screen "Welcome to Jetpack!" prompt asking the user to open WordPress to transfer their data. That screen was part of the WordPress-to-Jetpack migration push and made a poor first impression, sending users out of the app before they saw anything of Jetpack. Jetpack now goes straight to the normal sign-in experience in that case. The silent migration path is unchanged: when WordPress has already exported data to the shared App Group, Jetpack still imports it at launch and signs the user in automatically. The WordPress-side export machinery, deep-link route, and export-error recording are kept so a future user-initiated import entry point can reuse them. Part of CMM-2217.
Contributor
|
| App Name | WordPress | |
| Configuration | Release-Alpha | |
| Build Number | 33650 | |
| Version | PR #25877 | |
| Bundle ID | org.wordpress.alpha | |
| Commit | 6df396f | |
| Installation URL | 3dskdodpqorh0 |
Contributor
|
| App Name | Jetpack | |
| Configuration | Release-Alpha | |
| Build Number | 33650 | |
| Version | PR #25877 | |
| Bundle ID | com.jetpack.alpha | |
| Commit | 6df396f | |
| Installation URL | 03qgb5lnjvbgo |
jkmassel
approved these changes
Aug 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Fixes CMM-2217.