Android Possible fix for App has stopped.

Discussion in 'Technical Discussion' started by playsgames6666, Feb 1, 2016.

  1. playsgames6666

    playsgames6666 Miniboss Boxer

    Joined:
    Nov 13, 2015
    Messages:
    1,168
    Likes Received:
    745
    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?
     
  2. webtassio

    webtassio Boxer

    Joined:
    Sep 25, 2015
    Messages:
    5
    Likes Received:
    1
  3. playsgames6666

    playsgames6666 Miniboss Boxer

    Joined:
    Nov 13, 2015
    Messages:
    1,168
    Likes Received:
    745
  4. webtassio

    webtassio Boxer

    Joined:
    Sep 25, 2015
    Messages:
    5
    Likes Received:
    1
    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!
     
    playsgames6666 likes this.

Share This Page