Discussion Forums  >  Uncategorized

Replies: 7    Views: 324

Ciano
Apple Fan
Profile
Posts: 22
Reg: Jan 24, 2011
location unknow...
220
02/09/11 07:51 AM (15 years ago)

In App Phone Call

Firstly , SORRY! I have another issue. I cant seem to get the Call button working in the app? Below is the lines of code from the console when I click on the CALL button. I click the button but no call is made? 2011-02-09 14:45:58.827 playatheight2[2498:307] BT_viewControllerManager: handleTapToLoadScreen 2011-02-09 14:45:58.828 playatheight2[2498:307] BT_viewControllerManager: the parent screen is itemId: 0E8CF598951076F 2011-02-09 14:45:58.829 playatheight2[2498:307] BT_viewControllerManager: the menu/button tapped is itemId: 303B2E39DAC247C 2011-02-09 14:45:58.829 playatheight2[2498:307] BT_viewControllerManager: the screen to load is itemId: 12A08DEA5420DC8 2011-02-09 14:45:58.831 playatheight2[2498:307] BT_viewControllerManager: the screen to load is of type: BT_screen_call 2011-02-09 14:45:58.839 playatheight2[2498:307] BT_viewControllerManager: placeCallWithScreenData with screen itemId: 12A08DEA5420DC8 2011-02-09 14:46:00.386 playatheight2[2498:307] BT_viewControllerManager: actionSheet:clickedButtonAtIndex: 1 Apologies again if this is a dumb question. Cian
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
02/09/11 09:46 AM (15 years ago)
The screen with item id: 12A08DEA5420DC8 is the screen you created with the phone number on it. The phone number configured for this screen does not 'look' like a phone number. Probably more international stuff. Is there a way to remove the white-spaces in the number and still have it look like a number? What does a number look like when you dial it with a phone in your neck-of-the-woods? iOS is doing it's best to determine if this is a phone number or not and it's determining that it is NOT a number, which is why it won't call. Start by removing the blank spaces, see what happens.
 
Ciano
Apple Fan
Profile
Posts: 22
Reg: Jan 24, 2011
location unknow...
220
like
02/09/11 10:47 AM (15 years ago)
I'm so confused! I tried every possible variation of my phone number!! When I type it on my iPhone it looks (xxx) xxx xxxx It's not the end of the world if I can't get it working for Irish numbers anyway but would love to know where I am going wrong.
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
02/09/11 10:50 AM (15 years ago)
Does it work with ANY number? Like say, an Americanized number 888-123-1234? Or does it not work at all? If it works with some numbers, but not others, it's gonna be a matter of getting iOS to recognize the 'string value' as a number. I'm not sure you / we can force iOS to dial an arbitrary string. It's gooa 'look like a number' to iOS. This is funny.
 
Ciano
Apple Fan
Profile
Posts: 22
Reg: Jan 24, 2011
location unknow...
220
like
02/09/11 11:16 AM (15 years ago)
Tried the US style number still no luck , and even changed my international setting on my phone to United States and that didnt work . Is anyone else having this issue or is it just me screwing things up again!
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
02/09/11 11:29 AM (15 years ago)
giggling. Get this.... when the app launches, it will read 'can make phone call' or 'can send email' and some other useful things in the console. Make sure it can make phone calls - this could be the entire issue and we may have been barking up the wrong tree. You could add a Settings > Device Info screen. This would show the same info.
 
Ciano
Apple Fan
Profile
Posts: 22
Reg: Jan 24, 2011
location unknow...
220
like
02/09/11 11:42 AM (15 years ago)
Ahhhhhh its not that either! Stop giggling at the stupid schoolboy in the corner!! ;-) warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols/usr/lib/info/dns.so (file not found). 2011-02-09 18:39:49.929 playatheight2[2685:307] BT_application: initializing buzztouch application 2011-02-09 18:39:49.938 playatheight2[2685:307] BT_device: INIT 2011-02-09 18:39:49.948 playatheight2[2685:307] BT_device: This device is NOT an iPad. 2011-02-09 18:39:49.954 playatheight2[2685:307] BT_device: This device can make phone calls 2011-02-09 18:39:49.994 playatheight2[2685:307] BT_device: This device can send emails 2011-02-09 18:39:49.998 playatheight2[2685:307] BT_device: This device can send SMS 2011-02-09 18:39:50.003 playatheight2[2685:307] BT_device: This device can reports it's location 2011-02-09 18:39:50.007 playatheight2[2685:307] BT_device: This device can take still pictures 2011-02-09 18:39:50.011 playatheight2[2685:307] BT_device: This device can take videos
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
02/09/11 11:58 AM (15 years ago)
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.