I have an android app that has subscriptions, the problem is user can directly re subscribe to expired subscription from the play store instead of the app. so i can't have the user details in the backend when this happens. also tried disabling the re subscribe option but that re subscribe button is still appear on the play store. Anyone know how to handle this scenario?
how to determine the user if he re subscribed to expired subscription from google play store subscriptions
484 Views Asked by Praveen Kumar At
0
There are 0 best solutions below
Related Questions in ANDROID
- Creating global Class holder
- Flutter + Dart: Editing name of a tab shows up a black screen
- android-pdf-viewer Received status code 401 from server: Unauthorized
- Sdk 34 WRITE_EXTERNAL_STORAGE not working
- ussd reader in Recket Native module
- Incorrect display of LinearGradientBrush in IOS
- The Binary Version Of its metadata is 1.8.0, expected Version is 1.6.0 build error
- I can't make TextInput to auto expand properly in Android
- Creating multiple instances of a class with different initializing values in Flutter
- How to create a lottie animation
- making android analyze with coverity sast tool
- Flutter plugin development android src not opening after opening example
- I initialize my ViewModel in the Activity with several fragments as tabs, but the fragments(tabs) return null for the updated livedata
- Node.js Server + Socket.IO + Android Mobile Applicatoin XHR Polling Error...?
- How I can use the shared preferences class?
Related Questions in IN-APP-BILLING
- Missing StoreKit APIs in in-app purchases
- Android - change duration of In App purchases
- In-App Purchase Subscription Offer Code Not Working Android
- Google Billing plan change during grace/hold
- Android server notification implementation in app purchase
- queryPurchasesAsync return empty when subscriptions expired
- Android, In-app-billing v6. Multiple consumable items in a single checkout
- Migrate from the legacy 2 app model (free app + paid "unlocker" app) to in-app payment / billing library?
- How to use test cards for Google Play Billing for an Espresso test?
- In App billing not fetching the purchases using queryPurchasesAsync
- How to get rid of Introductory Offer with Free Trial when user already used this offer?
- java.lang.ClassCastException: LinkedTreeMap cannot be cast to ProductDetails$OneTimePurchaseOfferDetails
- Request replacement DEFERED mode is not working for Google Play billing Upgrade/Downgrade
- lateinit property productDetails has not been initialized
- PurchaseUpdateListner returning Null List of purchase
Related Questions in ANDROID-BILLING
- Android "The payment method has been declined" for every payment method
- Trial Subscription order numbers
- IabHelper: check if subscription is auto renewing
- How to test in-app billing and getSkuDetails?
- Android Play Billing Library: get product introductory price?
- anjlab get product name and price from google play
- How to get price of an app for different countries by using in-app purchase in android
- What should be the developer payload in android in-app billing v3 api?
- How to Test Google Play Billing Subscription(Not In-App Purchase) in android
- Get same Google Billing SKU's for alterantive app package names
- Development package name different from the PROD package name
- What is the difference between BillingClient.queryPurchases vs IInAppBillingService.getPurchases (for account hold and restore implementation)
- Obscure bug java.lang.NoClassDefFoundError when app starts
- Google play, verification buyed application
- In App Billing V3: Syncing purchases across devices
Related Questions in ANDROID-DEVELOPER-API
- How to Connect webApp to Android app and Setting up URI Path?
- how to fetch data without button click
- Google Sign In get Private Gender
- Facebook Invite button not working on unity
- Android CountDown Timer not stop in Quiz Application
- Take a picture on background service android (Camera and Camera2)
- How to set retrofit parameters properly
- Android - External Memory Card is not writeable from my app
- Calling your app from a calendar entry in Android
- How to read a large json from a text file in android app?
- Unable to Unpublish App
- OnItemClickListener Play Audio In Another Activity
- How to extract amount debited amount from SMS?
- Get current Wifi SSID Android 10
- I want to fetch the value of boolean "status" of the json data and perform some operation based on that value in kotlin
Related Questions in IN-APP-PURCHASE-RECEIPT
- react-native-iap listen to Apple new purchase and cannot verify the transaction
- React Native In-App Purchase Implementation on iOS
- Receipt verification API for apps in Google Play Store
- i am not getting the prices of subscription in androd 12
- Validating receipts with the App Store deprecated
- Get wrong receipt data from Apple IAP
- What is x5c? And how to get a x5c?
- When should I switch back from sandbox url to the production url for verifying App Store Receipts
- In-app purchase fails on Apple Silicon Mac
- Can't get a receipt from another device for iOS
- Appstore server notification set up [Receiving App Store Server Notifications version2]
- In-app purchase asks every time to sign-in Apple ID and password on IPAD specifically when installed from test flight
- Example of iOS App Store Receipt and verification
- how to determine the user if he re subscribed to expired subscription from google play store subscriptions
- iOS subscription promotional offers without a server
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?