I want to use the Vungle plugin for an amazon app and now wonder if it is enough to create one Vungle dashboard entry for the amazon app on Vungle OR if I also have to keep in mind the Android devices (for an app sold via Amazon) and have to create another Vungle entry for Android also, even if the app is sold via Amazon only?
How does this work?
Is the Vungle set for Amazon only working for kindle devices?
I’m asking because there also is this code which seems to differentiate between amazon and android:
if (platform == "Android") then appData = { appID="ANDROID\_APP\_ID", placement1 = "ANDROID\_PLACEMENT\_REFERENCE\_ID\_1", placement2 = "ANDROID\_PLACEMENT\_REFERENCE\_ID\_2", placement3 = "ANDROID\_PLACEMENT\_REFERENCE\_ID\_3" } else if (platform == "Amazon") then appData = { appID="AMAZON\_APP\_ID", placement1 = "AMAZON\_PLACEMENT\_REFERENCE\_ID\_1", placement2 = "AMAZON\_PLACEMENT\_REFERENCE\_ID\_2", placement3 = "AMAZON\_PLACEMENT\_REFERENCE\_ID\_3" } end
What do I have to keep in mind when I want to have Vungle work on all devices a user can get the app for via the Amazon App store?
Any help welcome!