Thank you for your answer.
I would like to make a ChartboostPlugin but first I would like to try the TapJoyPlugin to use TapJoy.
Do you think it will be enough if I do as follows:
- Modify IOSEngine.ini:
Engine->Config->IOS->IOSEngine.ini
[Advertising]
DefaultProviderName=IOSAdvertising
↓
[Advertising]
DefaultProviderName=IOSTapJoy
2.Add the TapJoy AppID and the SecretKey:
Add the following to MyProject->Config->DefaultEngine.ini:
[TapJoy]
AppID=XXX
SecretKey=XXX
CurrencyString=XXX
For reference here are the sites I used:
Thank you