-1

I have an mobile App. And Many people use it on their android and ios phone. Last day I updated my project via code-push for push-notificaiton and then My mobile App did not work on real iphone device. When I open the project on the real iphone device then it closes immediately without no report. But When I install app with usb cable via XCode, it works on ios simulator or real device. I really don't know what's the reason, before that happened, I had updated my projects many times via code-push and I had not error. Is it about any-Permission? My package.json is

{
"name": "HeadEnglish",
"version": "0.0.1",
"private": true,
"scripts": {
  "android": "react-native run-android",
  "ios": "react-native run-ios",
  "start": "react-native start",
  "test": "jest",
  "postinstall": "patch-package"
},
"dependencies": {
  "@react-native-community/push-notification-ios": "^1.0.6",
  "@react-native-community/toolbar-android": "0.1.0-rc.2",
  "axios": "^0.20.0",
  "firebase": "^7.22.1",
  "patch-package": "^6.4.7",
  "react": "16.8.1",
  "react-native": "0.61.2",
  "react-native-add-calendar-event": "^4.0.0",
  "react-native-calendars": "^1.403.0",
  "react-native-code-push": "^6.4.0",
  "react-native-countdown-component": "^2.6.0",
  "react-native-datepicker": "^1.7.2",
  "react-native-device-info": "^2.3.2",
  "react-native-document-picker": "^5.0.0",
  "react-native-easy-toast": "^2.0.0",
  "react-native-elements": "^2.3.2",
  "react-native-elevation": "^1.0.0",
  "react-native-fast-image": "^8.1.5",
  "react-native-firebase": "^5.6.0",
  "react-native-gesture-handler": "^1.6.1",
  "react-native-image-gallery": "^2.1.5",
  "react-native-image-pan-zoom": "^2.1.12",
  "react-native-image-picker": "^3.1.4",
  "react-native-indicators": "^0.17.0",
  "react-native-keyboard-aware-scroll-view": "^0.8.0",
  "react-native-localization": "^2.1.6",
  "react-native-multiple-select": "^0.5.6",
  "react-native-orientation": "^3.1.3",
  "react-native-paper": "^4.7.1",
  "react-native-pdf": "^6.2.2",
  "react-native-popup-dialog": "^0.17.0",
  "react-native-push-notification": "^7.2.3",
  "react-native-reanimated": "^1.8.0",
  "react-native-responsive-screen": "^1.2.2",
  "react-native-restart": "0.0.13",
  "react-native-router-flux": "^4.0.6",
  "react-native-screens": "^2.7.0",
  "react-native-snap-carousel": "^3.8.4",
  "react-native-star-view": "^1.1.3",
  "react-native-stars": "^1.2.2",
  "react-native-status-bar-height": "^2.2.0",
  "react-native-swiper": "^1.5.14",
  "react-native-table-component": "^1.2.1",
  "react-native-vector-icons": "^6.7.0",
  "react-native-video": "^5.1.1",
  "react-native-video-player": "^0.10.1",
  "react-native-xml2js": "^1.0.3",
  "react-navigation": "^2.18.3",
  "react-redux": "^7.2.0",
  "redux": "^4.0.5",
  "redux-thunk": "^2.3.0",
  "rn-fetch-blob": "^0.12.0",
  "sync-storage": "^0.3.0"
},
"devDependencies": {
  "@babel/core": "^7.5.0",
  "@babel/runtime": "^7.5.0",
  "@react-native-community/eslint-config": "^0.0.3",
  "babel-jest": "^24.1.0",
  "jest": "^24.1.0",
  "jetifier": "^1.6.6",
  "metro-react-native-babel-preset": "^0.51.1",
  "react-test-renderer": "16.8.1"
},
"jest": {
  "preset": "react-native"
}
}

0 Answers0