Questions tagged [carrier]
90 questions
0
votes
1 answer
IPhone place voice call and play voice message through
Is there a way to place a standard call and when call is in progress to play some predefined voice?
For example, I want my app to automatically call someone at predefined time and then to play message I've recorded.

zvjerka24
- 1,772
- 1
- 21
- 27
0
votes
1 answer
How to detect carrier is available or not in iphone?
I have done most of all the things to get my phone carrier availability. I got signal strength by using CTGetSignalStrength() and SIM status by CTSIMSupportGetSIMStatus();.
But it always returns kCTSIMSupportSIMStatusReady. Now if lost my network…

Pratik Patel
- 1,393
- 12
- 18
0
votes
1 answer
Mobile carrier detection without IP address
Is it possible to read a mobile device's carrier info with JSP or any other server side language? Detecting mobile carrier with IP address is not an option since I want to target users that use wi-fi as well.

mitcanmit
- 5
- 4
0
votes
1 answer
Can we send an audio file directly to uplink of phone carrier?
I am beginner in android development and felt like google documentation is not able to help me out. So if anyone knows whether it is possible to send an audio file directly to uplink in between a call? Also share how incase it is possible.

Mach Mitch
- 313
- 3
- 7
- 17
0
votes
2 answers
Getting iPhone carrier without CoreTelephony
Is there any way to get phone's carrier without using CoreTelephony framework? (1.2Mb is too big for my case for just getting the carrier)

Vame
- 2,033
- 2
- 18
- 29
0
votes
1 answer
How to detect carrier name from a incoming call in iPhone
Is it possible to detect carrier name from incoming calls using core telephony or anything classes?
I would like to visually get a telephoner's carrier name in iPhone after ringing off.
Regards

user1574429
- 251
- 1
- 4
- 14
0
votes
1 answer
CTCarrier carrierName list
Is there a list of all carriers appearing in CTCarrier carrierName somewhere?
I'll need the exact strings.
Oh I'm looking for the AU (KDDI, Japan) carrier specifically.

Jonny
- 15,955
- 18
- 111
- 232
0
votes
2 answers
iOS GPS Location without carrier service neither wifi connection
specifically this question is for iPhone only, basically the question is - does iOS location service still give the geo-location (lat, long) when the device has no carrier service neither wifi connection?

tom
- 14,273
- 19
- 65
- 124
0
votes
1 answer
DeviceNetworkInformation.CellularMobileOperator returns a phone number
I'm using DeviceNetworkInformation.CellularMobileOperator() in my application to get the carrier information from mobiles phones, as explained on msdn.
A user has reported to me that the information he returned was a phone number.
I'm wondering if…

Matthieu Oger
- 823
- 1
- 11
- 20
-1
votes
1 answer
Verizon Emails are Coming Out Blank?
I send tens of thousands of emails out, and all my Verizon subscribers are getting blank emails.
Looking into the HTML/HAML they return to me, it seems that Verizon's email parser is placing all the content after my clear:both div tags inside of the…

Trip
- 26,756
- 46
- 158
- 277
-1
votes
1 answer
Notifications To Mobile Devices
In PHP if I save the users mobile number into my phpmyadmin database and want to push certain notifications to the users phone I would have to email them at that specified number. How would you go about determining the users carrier to email such as…

Schmidtzilla
- 1
- 3
-1
votes
1 answer
How do I Authorize an Existing Iphone with New Cell Carrier/Provider?
Today my friend got a new simcard with Verizon and was recently with Sprint.
Info
Old Carrier Sprint
New Carrier Verizon
The IPhone was previously under a lease but was paid off.
Signed up with Verizon and they gave him a new simcard.
On the day of…

JayRizzo
- 3,234
- 3
- 33
- 49
-2
votes
1 answer
Phone number carrier API
Is there any public database containing current mobile carriers for phone numbers?
I find out that there are many paid services (like numverify.com) and static (not real time updated) database from Google (libphonenumber).
I am looking for free API…

tomas657
- 5,579
- 4
- 16
- 15
-3
votes
1 answer
Get MCC/MNC id by entering phone number in Android
I am trying to find how to get a MCC/MNC id code (also called PLMN code)
for a given cellphone number in Android. I am trying to determine which carrier the number is on before making a call.

Nikos Lempidakis
- 21
- 1
- 1
-4
votes
1 answer
Enable carrier billing on iphone
I want to know if i want to implement carrier billing on my iphone app in indirect way, like showing the user pop up, if you want this song, send SMS with the request xxx to the number xxx. Is this legal? will apple reject it?

user3428266
- 1
- 1