CodePush + React Native: How do I view my staging release?

972 views Asked by At

I am trying to install https://github.com/Microsoft/react-native-code-push so that I can push without going through the app store.

I just ran code-push release-react MyAppName ios --deploymentName Staging. I also ran code-push release-react MyAppName ios --deploymentName Production. Both finished successfully

┌────────────┬───────────────────────────────────────┬──────────────────────────────────┬──────────────────────┐
│ Name       │ Deployment Key                        │ Update Metadata                  │ Install Metrics      │
├────────────┼───────────────────────────────────────┼──────────────────────────────────┼──────────────────────┤
│ Production │ abc123-ER1Zk1llw5Apk3gI8HN37NyRzl4z0Z │ Label: v1                        │ No installs recorded │
│            │                                       │ App Version: 1.0                 │                      │
│            │                                       │ Mandatory: No                    │                      │
│            │                                       │ Release Time: 14 minutes ago     │                      │
│            │                                       │ Released By: [email protected] │                      │
├────────────┼───────────────────────────────────────┼──────────────────────────────────┼──────────────────────┤
│ Staging    │ abc123xGp-l0eMKT0xH10_QxVQCkNyRzl4z0Z │ Label: v1                        │ No installs recorded │
│            │                                       │ App Version: 1.0                 │                      │
│            │                                       │ Mandatory: No                    │                      │
│            │                                       │ Release Time: 27 minutes ago     │                      │
│            │                                       │ Released By: [email protected] │                      │
└────────────┴───────────────────────────────────────┴──────────────────────────────────┴──────────────────────┘

How do I run the build on my simulator or device now?

0

There are 0 answers