JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
My first team hub
SDK Android
SDK iOS
More
Share
Explore
Paso 2 - Inicialización del SDK
Importe el SDK en la clase
import
ReconoSerSDK
se debe realizar la configuracion inicial del SDK en el
AppDelegate
de su proyecto en el siguiente metodo.
func
application
(
_
application
:
UIApplication
,
didFinishLaunchingWithOptions launchOptions
:
[
UIApplication
.
LaunchOptionsKey
:
Any
]
?
)
->
Bool
y agregregar las siguientes lineas de codigo.
ReconoSerSDK
.
shared
.
configure
(
guidAgreement
:
"SU CONVENIO"
,
user
:
"SU USUARIO"
,
password
:
"SU CLAVE"
)
// .dev para utilizar el ambiente de desarrollo y .prod para ambiente de produccion.
ReconoSerSDK
.
shared
.
configureEnv
(
environment
:
.
dev
)
Con esto ya queda configurado de forma correcta el SDK para su uso.
<aside> 💡
continue con el siguiete paso de la integracion.
Paso 3 - Consumo primer servicio (Solicitud Validación Estado)
</aside>
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
Ctrl
P
) instead.