Cellular returns no data in Expo App

Please provide the following:

  1. SDK Version: 40
  2. Platforms(Android/iOS/web/all): Expo App on iOS
  3. Add the appropriate “Tag” based on what Expo library you have a question on: Cellular

Replace this section with as much relevant information as possible and any relevant code along with your question.

When my app runs inside the Expo App on iOS the Cellular constant returns:

Object {
  "CellularGeneration": Object {
    "0": "UNKNOWN",
    "1": "CELLULAR_2G",
    "2": "CELLULAR_3G",
    "3": "CELLULAR_4G",
    "CELLULAR_2G": 1,
    "CELLULAR_3G": 2,
    "CELLULAR_4G": 3,
    "UNKNOWN": 0,
  },
  "allowsVoip": true,
  "carrier": null,
  "getCellularGenerationAsync": [Function getCellularGenerationAsync],
  "isoCountryCode": null,
  "mobileCountryCode": null,
  "mobileNetworkCode": null,
}

Is the Cellular library not supported in the Expo App?

I just deployed the app in TestFlight and still, the Cellular object is as above. Should I file a bug report on github?

I created an issue on Github: Cellular from expo-cellular not working on iOS / TestFLight · Issue #11788 · expo/expo · GitHub

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.