The onboarding wizard guides through 6 steps:
| Step | Description |
|---|---|
welcome | Intro screen |
jwt | Generate JWT secret |
test-connection | Verify REST API is reachable |
push-config | Configure FCM/APNS credentials |
test-push | Send a test push notification |
done | Setup complete |
The wizard stores progress in wp_options under omobile_onboarding_step. You can reset it from the Setup tab or via:
phpOMobile_Onboarding::reset();
