superllanboy

Results 2 issues of superllanboy

+(instancetype)reachabilityWithHostname:(NSString*)hostname { SCNetworkReachabilityRef ref = SCNetworkReachabilityCreateWithName(NULL, [hostname UTF8String]); if (ref) { id reachability = [[self alloc] initWithReachabilityRef:ref]; return reachability; } return nil; } Call to function 'SCNetworkReachabilityCreateWithName' returns a Core...

# ifdef __IPHONE_8_0 ``` if (&SKStoreProductParameterAffiliateToken) { if (self.affiliateToken) { [appParameters setObject:self.affiliateToken forKey:SKStoreProductParameterAffiliateToken]; if (self.campaignToken) { [appParameters setObject:self.campaignToken forKey:SKStoreProductParameterCampaignToken]; } } } ``` the above code produces a warning 'address...