wowmaking / react-native-iron-source

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

ı has this package working problem . (SOLVED) #62

Closed darkegn closed 4 years ago

darkegn commented 4 years ago

hi ı has this package working problem Screenshot console : https://prnt.sc/smqgbo

Kubessandra commented 4 years ago

Hi, can you provide some step to reproduce it?

React-native version: Package version:

A bit more context on this please.

darkegn commented 4 years ago

System: OS: macOS Mojave 10.14.6 CPU: (4) x64 Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz Memory: 1.41 GB / 16.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 10.15.3 - /usr/local/bin/node npm: 6.4.1 - /usr/local/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman SDKs: iOS SDK: Platforms: iOS 13.2, DriverKit 19.0, macOS 10.15, tvOS 13.2, watchOS 6.1 Android SDK: API Levels: 23, 28 Build Tools: 28.0.3, 29.0.3 System Images: android-28 | Intel x86 Atom_64 IDEs: Android Studio: 3.5 AI-191.8026.42.35.6010548 Xcode: 11.3.1/11C504 - /usr/bin/xcodebuild npmPackages: react: 16.9.0 => 16.9.0 react-native: 0.61.5 => 0.61.5

Kubessandra commented 4 years ago

Could you show me your AndroidManifest.yml?

darkegn commented 4 years ago

Could you show me your AndroidManifest.yml?

https://hastebin.com/kigajonasi.xml

darkegn commented 4 years ago

Could you show me your AndroidManifest.yml?

https://hastebin.com/kigajonasi.xml

debug : https://hastebin.com/eluvufedez.xml

Kubessandra commented 4 years ago

Ok you have a conflict with the allowBackup, true on the package and false in your app.

A quick fix can be to activate the allowBackup in your manifest. But you can also override this by setting

tools:replace="android:allowBackup"

in your \<application>

https://developer.android.com/studio/build/manifest-merge

darkegn commented 4 years ago

Ok you have a conflict with the allowBackup, true on the package and false in your app.

A quick fix can be to activate the allowBackup in your manifest. But you can also override this by setting

tools:replace="android:allowBackup"

in your

https://developer.android.com/studio/build/manifest-merge

problem solved thanks :)

Kubessandra commented 4 years ago

Could you close your Issue please?, thank you !