我正在尝试安装https://github.com/Microsoft/react-native-code-push,以便我无需通过应用商店即可推送。
我刚跑code-push release-react MyAppName ios --deploymentName Staging
。我也跑了code-push release-react MyAppName ios --deploymentName Production
。两者都成功完成
┌────────────┬───────────────────────────────────────┬──────────────────────────────────┬──────────────────────┐
│ 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: edmundmai@gmail.com │ │
├────────────┼───────────────────────────────────────┼──────────────────────────────────┼──────────────────────┤
│ Staging │ abc123xGp-l0eMKT0xH10_QxVQCkNyRzl4z0Z │ Label: v1 │ No installs recorded │
│ │ │ App Version: 1.0 │ │
│ │ │ Mandatory: No │ │
│ │ │ Release Time: 27 minutes ago │ │
│ │ │ Released By: edmundmai@gmail.com │ │
└────────────┴───────────────────────────────────────┴──────────────────────────────────┴──────────────────────┘
如何在我的模拟器或设备上运行构建?