05-22-2011, 11:42 PM
#2 (permalink )
Registered Member
Join Date: Feb 2011
Location: Mobile World
Posts: 450
Quote:
Originally Posted by
NewSDK
so you want to check that if you are online or not if not then pop up some alert?
__________________
Thank & Regard
NI3(Not Impossible 3)
05-23-2011, 01:30 AM
#3 (permalink )
Registered Member
Join Date: Mar 2011
Posts: 86
Quote:
Originally Posted by
ngaikwad
so you want to check that if you are online or not if not then pop up some alert?
Yes!
05-23-2011, 01:37 AM
#4 (permalink )
Registered Member
Join Date: Feb 2011
Location: Mobile World
Posts: 450
Quote:
Originally Posted by
NewSDK
Yes!
then use
this url
you want to use the network rechability class in your application.
__________________
Thank & Regard
NI3(Not Impossible 3)
05-24-2011, 09:55 PM
#5 (permalink )
Registered Member
Join Date: Mar 2011
Posts: 86
Quote:
Originally Posted by
ngaikwad
then use
this url
you want to use the network rechability class in your application.
Too complicate , looking for the sample one
05-24-2011, 11:45 PM
#6 (permalink )
Registered Member
Join Date: Feb 2011
Location: Mobile World
Posts: 450
you only require include reachability class to your application.......
the other things are not worry include whole class as present that was apple given.
__________________
Thank & Regard
NI3(Not Impossible 3)
05-26-2011, 04:59 AM
#7 (permalink )
Registered Member
Join Date: Mar 2011
Posts: 86
Quote:
Originally Posted by
ngaikwad
you only require include reachability class to your application.......
the other things are not worry include whole class as present that was apple given.
I copy two of your reachability files ( from fbconnection-iphone-reachable-2-zip) and the systemConfiguration Framworks, but did not have Alert popup
if I did not connection to the Network
05-26-2011, 05:06 AM
#8 (permalink )
Registered Member
Join Date: Feb 2011
Location: Mobile World
Posts: 450
In *.h file
Code:
#import "Reachability.h"
@interface
NetworkStatus internetconnection;
@property(nonatomic,Retain)NetworkStatus internetconnection;
In *.m file
Code:
self.internetconnection=[[Reachability sharedReachability]internetConnectionStatus];
if(internetconnection==NotReachable)
nslog(@"sorry");
__________________
Thank & Regard
NI3(Not Impossible 3)
05-26-2011, 05:46 AM
#9 (permalink )
Reading the Documentation
Join Date: Sep 2010
Location: 45.255019,19.844908
Posts: 5,414
If including Reachability in your app is too complicated for you, you need to take a step back, get a good book on programming and read it.
05-26-2011, 05:48 AM
#10 (permalink )
Registered Member
Join Date: Feb 2011
Location: Mobile World
Posts: 450
Quote:
Originally Posted by
baja_yu
If including Reachability in your app is too complicated for you, you need to take a step back, get a good book on programming and read it.
why are you saying this ? is it any problem for doing by this?
__________________
Thank & Regard
NI3(Not Impossible 3)
05-27-2011, 02:56 AM
#11 (permalink )
Registered Member
Join Date: Mar 2011
Posts: 86
Quote:
Originally Posted by
ngaikwad
In *.h file
Code:
#import "Reachability.h"
@interface
NetworkStatus internetconnection;
@property(nonatomic,Retain)NetworkStatus internetconnection;
In *.m file
Code:
self.internetconnection=[[Reachability sharedReachability]internetConnectionStatus];
if(internetconnection==NotReachable)
nslog(@"sorry");
Thank you!
ngaikward , I get it
Thread Tools
Display Modes
Linear Mode
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
» Advertisements
» Stats
Members: 175,663
Threads: 94,120
Posts: 402,898
Top Poster: BrianSlick (7,990)
Welcome to our newest member, LezB44