After importing the RevenuCat package along side Admob, android resolver in unity runs and runs for like 30 mins and crashes, also happens when importing AdMob after importing RevenuCat
After importing the RevenuCat package along side Admob, android resolver in unity runs and runs for like 30 mins and crashes, also happens when importing AdMob after importing RevenuCat
Here is the file with error info attached
Hey
Definitely strange - I’m not sure we have enough context to know if this is directly related the Purchases import. What method of installation are you using? Are you able to compile with each of the packages individually?
Yes, each of the packages are successfully compiled ,but when one after the other is imported then I get these errors
Hey
Definitely strange - I’m not sure we have enough context to know if this is directly related the Purchases import. What method of installation are you using? Are you able to compile with each of the packages individually?
Yes, each of the packages are successfully compiled ,but when one after the other is imported then I get these errors, i have to release the game in 15 days, need solution ASAP for this
Hey
Definitely strange - I’m not sure we have enough context to know if this is directly related the Purchases import. What method of installation are you using? Are you able to compile with each of the packages individually?
Hi, able to successfully build the project by deduplicating the imported library files manually, did not test till now if it is working or not, will test before release and post here 🙏
Does not work, error all the time, given up
i solved the problem,
<!--Below is the original file before version change-->
<dependencies>
<androidPackages>
<androidPackage spec="com.google.android.gms:play-services-ads:21.3.0">
<repositories>
<repository>https://maven.google.com/</repository>
</repositories>
</androidPackage>
<androidPackage spec="androidx.lifecycle:lifecycle-common-java8:2.4.1">
<repositories>
<repository>https://maven.google.com/</repository>
</repositories>
</androidPackage>
<androidPackage spec="androidx.lifecycle:lifecycle-process:2.4.1">
<repositories>
<repository>https://maven.google.com/</repository>
</repositories>
</androidPackage>
</androidPackages>
<iosPods>
<iosPod name="Google-Mobile-Ads-SDK" version="~> 9.11">
<sources>
<source>https://github.com/CocoaPods/Specs</source>
</sources>
</iosPod>
</iosPods>
</dependencies>
<dependencies>
<androidPackages>
<androidPackage spec="com.google.android.gms:play-services-ads:21.5.0">
<repositories>
<repository>https://maven.google.com/</repository>
</repositories>
</androidPackage>
<androidPackage spec="androidx.lifecycle:lifecycle-common-java8:2.5.1">
<repositories>
<repository>https://maven.google.com/</repository>
</repositories>
</androidPackage>
<androidPackage spec="androidx.lifecycle:lifecycle-process:2.5.1">
<repositories>
<repository>https://maven.google.com/</repository>
</repositories>
</androidPackage>
</androidPackages>
<iosPods>
<iosPod name="Google-Mobile-Ads-SDK" version="~> 9.11">
<sources>
<source>https://github.com/CocoaPods/Specs</source>
</sources>
</iosPod>
</iosPods>
</dependencies>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.