Hi I am using the code of valexa and app getting crash while getting signal strenght at

this line

if (!mach_port || !conn) return;

int count = 0;
_CTServerConnectionCellMonitorGetCellCount(mach_port, conn, &count);

if (count > 0) {
    int i;
    for (i = 0; i < count; i++) 
    {
        CellInfoRef cellinfo;

        _CTServerConnectionCellMonitorGetCellInfo(mach_port, conn, i, &cellinfo);

i have taken code from here

https://github.com/valexa/VAFieldTest

link|improve this question

30% accept rate
_CTServerConnectionCellMonitorGetCellCount(mach_port, conn, &count); – Testing Testing Jan 13 at 5:06
1  
Why should anyone want to help you when there's currently a big red "0% accept rate" under your name? You should go back to your previous questions and accept answers that helped you out (and upvote, if they were particularly good). See this stackoverflow FAQ. – Michael Dautermann Jan 13 at 5:24
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.