Skip to content
This repository has been archived by the owner on Jan 28, 2025. It is now read-only.

App works Perfectly fine with Wi-Fi though doesn't work with Mobile Data #16

Open
Aruljebaraj opened this issue Nov 28, 2022 · 4 comments
Assignees

Comments

@Aruljebaraj
Copy link

We've been facing an issue with our apple application. Your help on the same is much appreciated.

Our application is built to work with Online and Offline mode.

Mode is identified based on the network connectivity, we're using connectivity_wrapper(flutter) library to identify if network is present which would help the app to identify if internet is present.

if (await ConnectivityWrapper.instance.isConnected) {
offlineMode(false);
} else {
offlineMode(true);
}

The application is working perfectly fine and as expected.

However, in some cases the application is not able to access to mobile data. Interestingly, on the same devices the app is able to identify the network if the user is connected via wifi. Only mobile data would not work.

We've verified the permission for the application - it does have permission to access network and mobile data.

Following is already added to info.plist:

https://drive.google.com/drive/folders/1iOEj1CrRoILDh5ux4CbFVPjdeoSOHJqB?usp=sharing

The mobile data is definitely working as other applications like whatsapp, facebook etc. are working.

@ProjectAJ14 ProjectAJ14 self-assigned this Dec 6, 2022
@Mu7ammadRasul
Copy link

I'm having the same issue, did you fix it or what is a better alternative if you have used one?

@thiagotalma
Copy link

Exactly the same problem here.
Any news about this?
Or any alternative way to work around the problem?

@ProjectAJ14
Copy link
Owner

I have updated the plugin. Please check @thiagotalma @Mu7ammadRasul. If you are still facing the issue do let me know.

@ProjectAJ14
Copy link
Owner

connectivity_wrapper: ^1.1.2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants