Ramiro Blázquez

Results 14 comments of Ramiro Blázquez

+1 ``` try { const idfa = await IDFA.getIDFA() console.log("idfa", idfa) analytics.setIDFA(idfa) } catch (errorIdfa) { console.error(errorIdfa) } ``` @AmirDoreh be careful with this promises await mixed with then and...

+1 here; every call to "exists" requires more and more time