Ok so i have just had some time to look into,- Unfortunately app has stopped. When users install another app from google play. Just went through all crash reports and as we all know its basically related to heyzap. So i just tried something. made a crappy game and in the AndroidManifest.xml i removed all code related heyzap.sdk This is what i removed...... In the AndroidManifest.xml <!-- HEYZAP --> <activity android:name="com.heyzap.sdk.ads.HeyzapInterstitialActivity" android:configChanges="keyboardHidden|orientation|screenSize|smallestScreenSize" /> <activity android:name="com.heyzap.sdk.ads.HeyzapVideoActivity" android:configChanges="keyboardHidden|orientation|screenSize|smallestScreenSize" /> <activity android:name="com.heyzap.sdk.ads.HeyzapProxyActivity" /> <activity android:name="com.heyzap.sdk.ads.VASTActivity" /> <receiver android:name="com.heyzap.sdk.ads.PackageAddedReceiver"> <intent-filter> <data android:scheme="package"/> <action android:name="android.intent.action.PACKAGE_ADDED"/> </intent-filter> </receiver> <!-- HEYZAP --> Uploaded the game and installed it and when i install other apps i don't get any notification about -- unfortunately app has stopped. So hopefully this is a fix?
Hope so, have you tried adding the heyzap sdk people suggested on the other post? https://buildbox.com/forum/index.php?threads/unfortunately-stop-game-on-android-pop-up-msg.551/
No i haven't don't really use heyap yet. so its easier to remove that code then adding extra sdk's Ill wait till BB add support for heyzap first. If they do? But i might try it one day.
I'm not interested in using it too, I have added the sdk, will see how it runs and if any other problem happens I'll definitely remove it from the xml file, thanks for posting it!