forked from squaretwo/react-native-iron-source
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Hi every body,
I am using react native ironsource for offerwall before getting offerwall I set userID for logging data on my server side unluckily i didn't get it request Ironsource but they said something wrong with library.
please assist me If I am missing anything.
setIronsourceUser = async () => {
const { playerId } = this.state;
if (playerId && playerId !== '') {
console.log(playerId)
try {
const { appKey } = await getAppInitKeys()
IronSource.setConsent(true);
await IronSource.initializeIronSource(appKey, playerId, { validateIntegration: true })
} catch (err) {
}
}
}
Metadata
Metadata
Assignees
Labels
No labels