“Invalid Token” when trying to authenticate phone number using firebase

前端 未结 7 1987
庸人自扰
庸人自扰 2020-12-16 11:13

This is my code:

import FirebaseAuth


class AuthPhoneNum {

    static func getPhoneNum(phoneNumber: String) {
        PhoneAuthProvider.provider().verifyPh         


        
7条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-16 11:49

    Make sure that it is APNs that you are selected under Key Services. The number of APNs certificates per developer account is limited to 2. So if you already had 2 certificates before, there is a chance that you are created the certificate by checking DeviceCheck instead of APNs.

提交回复
热议问题