AuthAPNSTokenType.sandbox -> AuthAPNSTokenType.prod
'IOS' 카테고리의 다른 글
(ios)button image에 색 설정 set color in button image (0) | 2018.08.21 |
---|
AuthAPNSTokenType.sandbox -> AuthAPNSTokenType.prod
(ios)button image에 색 설정 set color in button image (0) | 2018.08.21 |
---|
let image = UIImage(named: "image_name")?.withRenderingMode(.alwaysTemplate)
button.setImage(image, for: .normal)
button.tintColor = UIColor.red
[ios]firebase auth token mismatch error(release) (0) | 2019.08.05 |
---|