Questions tagged [apn]

Use this tag for Access Point Name only. For Apple Push Notifications use the [apple-push-notifications] tag.

An Access Point Name (APN) is the name of a gateway between a mobile network and another computer network.

For more information, see:

242 questions
0
votes
1 answer

Android 10,huawei mate30 ,When I jump from the app to the APN settings page, there is no data!

When I use this way to jump to the APN settings page: intent = new Intent(Settings.ACTION_APN_SETTINGS); int subId = getDefaultDataSubId(); intent.putExtra("sub_id",subId ); startActivity(intent); it like this: intent way But it's normal when I…
nan
  • 1
  • 1
0
votes
0 answers

use gsm network for internet while wifi connected

in android, how can I connect to internet by gsm network when wifi connected. I try to connect internet with different apn or wifi. but, when wifi connected, it suppresses gsm network and application always connects with wifi network. how can I…
Adem
  • 9,402
  • 9
  • 43
  • 58
0
votes
3 answers

Use two production APN Certificate

I'm developing an app which has two targets, one is for enterprise in-house distribution and other one is for Appstore. There are two Apple dev account, one is enterprise (used for enterprise target) and other one is standard one for Appstore. I'm…
Emre Önder
  • 2,408
  • 2
  • 23
  • 73
0
votes
1 answer

I have changed the APN and using permission to do that, set a web client on a WebView

I have changed the APN and using permission to do that, set a web client on a WebView. I have also enabled JavaScript. Now I am opening the page with a URL that is opening in the browser with or without WiFi, and using the APN that I have made and…
0
votes
1 answer

Is it correct to send null in Array`s SN to Apple Wallet?

As I see here Look at the passes table, and determine which passes have changed since the given tag But what should I send if I get the wrong tag, for example with Future date like 01.01.2020 1) Should I send status NotModified or should I send…
Dred
  • 1,076
  • 8
  • 24
0
votes
2 answers

How to generate APN certificate so that it should handle to support both old as well as new application after ios app transfer

I have transferd my ios app from my account(AA) to client account(BB).for push notification in fire-base server we uploaded APN (private key) which is generated by AA. But now account is changed and also i am updating app with new account. So if i…
0
votes
2 answers

FCM android block is getting ignored

This is my payload. When I send it I am able to receive notification, but click_action is getting ignored and it launches the launcher activity. But when I put "click_action" in notification block it is working. Why android block is getting…
0
votes
1 answer

ionic phonegap push not getting token for ios

I'm building an app for android and iOS using ionic v3, phonegap-plugin-push and FCM, currently I have no problem getting notifications for Android, but I'd accomplished nothing for iOS, not even a token for the device. My App has the Push…
TurboAza
  • 75
  • 1
  • 9
0
votes
1 answer

Windows 10 is losing my selected Cellular APN

We use in our company a Tablet PC with SIM card to be able to work mobile. Mobile Internet via SIM card works in general. The problem is that after restarting the device, Windows loses the APN selection and resets it to "automatic". With the…
turbopixel
  • 132
  • 2
  • 11
0
votes
0 answers

Show emojis in push notifcation on ios sent via apn node module

I am sending push notification to ios devices via node package Apn. The notification title are not showing the emojis, the encoded string is being displayed as it is. I have checked other solutions but i could not find any working solution so…
0
votes
2 answers

How and What to send to APN from server so that APN send the notification to device?

I am an iOS developer and i was asked to what type(whole i.e header as well as body) of request to hit APN to get notification to device. I read many tutorial for setup of server for APN but I am unable to understand as i have no knowledge about PhP…
Shree Ram
  • 33
  • 1
  • 6
0
votes
0 answers

SIM cards with static IP address

I am building an iOS App for my employer and we are in the testing phase. We have to use a third party service and access their Staging environment. In order to access their service, for security reason, they need to whitelist the IP addresses of…
Gabe
  • 5,997
  • 5
  • 46
  • 92
0
votes
1 answer

How many connections `FCM` & `APN` allows in parallel

I have to know something. I want to know How many connections FCM & APN allows in parallel. I google it and find the FCM allows 1000 connections in parallel but did not know How many connections APN allows in parallel. I also want that is there any…
0
votes
1 answer

Configured APN in module is different from sim

Lately I bought a device with a GPRS module. This module is configured with an APN "internet". My sim cards have their own APNs which are obviously different from "internet" and specific to the operators. I can't change the configurations on the…
MarGa
  • 711
  • 3
  • 10
  • 23
0
votes
0 answers

Android application can't connect to APN

I'm developping an android application that need internet connection in order to work. The application works perfectly when connected to wifi, but not when using mobile data connection. The mobile data connection is an APN with proxy. I can navigate…
Arnau
  • 9
  • 9