wowmaking / react-native-iron-source

Iron Source SDK React Native bridge
30 stars 37 forks source link

[403] Bintray is deprecated #81

Open pavillet opened 3 years ago

pavillet commented 3 years ago

Hello,

Can you help me clarify something , I think bintray is no longer avalaible so when I try to install iron source this is what I get

Could not get resource 'https://dl.bintray.com/ironsource-mobile/android-adapters/com/ironsource/adapters/admobadapter/4.3.14/admobadapter-4.3.14.pom'.

Can you confirm this or am I doing something wrong ?

Thanks

EDIT : More on this : https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

AllanKlaus commented 3 years ago

I'm implementing now it on my app. And found the same issue here. To solve it in the doc of Iron Source they tell use to use maven { url "https://android-sdk.is.com/" }

https://developers.is.com/ironsource-mobile/android/android-sdk/#step-1

aurelienshz commented 3 years ago

Bintray is now fully shut down, which fails builds with the following error:

> Could not GET 'https://dl.bintray.com/ironsource-mobile/android-sdk/com/ironsource/***'. Received status code 403 from server: Forbidden

There is a fix proposal in #85.