Dmitry Volevodz
Dmitry Volevodz
Hey! So I changed all the teams in all targets to mine, changed identifiers from com.shh.xxx.xxx to com.dv.xxx.xxx, Added app group entitlements to parent app and extension, changed that in...
I started listening to host: [EPPZReachability listenHost:RADIO_STRING_128 delegate:self]; and conformed to the protocol and implemented delegate method: -(void)reachabilityChanged:(EPPZReachability*) reachability; It sends me the info that 3g is available once at...
I suggest improving the listen method by adding callback block to it so we don't have to have delegates and stuff.