google play

  1. zdx0769

    Android Question Missing information in prominent disclosure

    Hello everyone, they removed my app from Play Store recently. Then I try to show this dialog at the start of my app so that the user knows what is asked in the next dialog. And then I resubmit it. But...I got this email. Issue with your app We’ve reviewed your app for compliance with...
  2. ibkme

    Android Question how to mute ads on my app using this code from google [MobileAds.setAppMuted(true);] ??

    Hello, I want a way to mute Admob ads, ((Video reward ads, and Interstitial ads...etc)) on my app. I read this topic from Google: https://developers.google.com/admob/android/global-settings , but I don't know how to integrate this code into my own application using Android Studio. Is there...
  3. D

    Android Question In-App Update Library - Returns version 0 (B4XPages)

    Hello! I was trying to implement In-App update published by @ArminKh1993 here https://www.b4x.com/android/forum/threads/in-app-update-library.126305/page-2#post-809707 Uploaded a new version to google play and left BridgeLogger true, when I debug the app the availableVersionCode is always 0 and...
  4. MitchBu

    Android Question GooglePlayBilling: How do I set the sku ?

    I am trying to wrap my head around the instructions at https://www.b4x.com/android/forum/threads/googleplaybilling-in-app-purchases.109945/#content. I don't understand this: In the example, it goes to : Dim sf As Object = Starter.billing.QuerySkuDetails("inapp", Array(Starter.ADS_SDK_ID)) Is...
  5. P

    Android Question Publishing to Google Play

    Is there a guide describing the steps to take in order to publish an app at Google Play store ?
  6. nwhitfield

    Android Question Your automated publishing to Google Play will stop working

    I've been running beta testing on an app for a couple of months, without any issues. I don't think anything materially has changed. Yesterday, this warning message appeared in the Play console ACTION REQUIRED: Your automated publishing to Google Play will stop working on December 1, 2019 Your...
  7. A

    Android Question Activity recognition stops working when closing the app

    Hi there! I tried to build a sample app that notifies (using nb6) when the current user physical activity changes (using physical-activity-recognition-detection library). It worked, but after closing the app with the user's 'task manager' (where you 'swipe' apps to stop them), I stopped...
  8. walterf25

    Android Question Admob Ads (SOLVED)

    I have implemented Admob ads into one of my apps it's been more than 4 days and I still can't see any ads, is anyone else experiencing this issue? I don't believe I'm missing anything, I have spent hours checking and making sure I followed the implementation instructions and I can't seem to find...
  9. J

    Android Question Google Play target API

    In updating my app from now on, does this mean that it will ONLY run on devices with Android 8, ie. exclude users with older devices where manufacturers do not support further Android updates? Does minSDKversion still let this happen?
  10. LWGShane

    Uh oh - New Google Play Policies (B4A Bridge)

    From: https://play.google.com/about/privacy-security-deception/malicious-behavior/ Will this affect the B4A Bridge?
  11. A

    Android Question open google play app page

    Hello, Does anybody know how to open for the user app page on google play app? Thanks in advance
  12. A

    Android Question Google Maps tutorial problems

    Hello, I'm new to android world and to B4A enviroment. I need to practice with google maps, so I read this topic https://www.b4x.com/android/forum/threads/google-maps.63930/#post-404386. i follow this step: 1 Read article and download last release of GoogleMaps library 2 Put GoogleMaps.jar and...
Top