347 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
49
views
appAccountToken not sent to backend during Apple coupon (reward) redemption using StoreKit 2
I'm integrating Apple In-App Purchases with StoreKit 2 in an iOS app.
The backend (Django) handles subscription verification and links each transaction to a user using appAccountToken.
Everything ...
0
votes
0
answers
96
views
A failure occurred while update to kotlin 1.8.0 from 1.4.32
I have an error that I have been trying to resolve for 3 days and it has me blocked, since I do not receive many lights of the error as such.
My project consist of:
Gradle Version 7.1.2
Kotlin Version ...
1
vote
0
answers
1k
views
Open the link outside of Telegram's browser
I'm creating a mini-application inside Telegram that includes a feature to navigate to a website.
Is there a way to ensure that, when a user opens a link in Telegram, it opens in their default browser ...
2
votes
1
answer
422
views
Flutter In-App Purchases: How to Retrieve Detailed Subscription Plan Info Like Period and Specific Plan IDs?
How can I get, in Flutter and using the in_app_purchases, the information of the available plans of a subscription to present for the user to choose from?
I need two things:
get the plan subscription ...
1
vote
0
answers
486
views
(PlayFab/Google) Consumable In-App purchase verification
I use PlayFabEconomyAPI.RedeemGooglePlayInventoryItems to redeem android in-app purchase in PlayFab Economy v2. Everything is working great for iOS version, but I have issues with Google Play. Product ...
0
votes
1
answer
1k
views
In App Review(Ratting)play core dialog not showing in live app but when same app(version) internal app testing it is showing?
I have implemented In app review(In app rating) in Android app it working in via testing internal app testing(Internal app sharing) but it is not working in live app(Production App) does anyone has ...
0
votes
0
answers
120
views
How to make in-app update feature work for apple business manager app (private/custom app) made with flutter?
My app is a custom/private apple business manager app
What I Tried:
I tried the upgrader package for flutter. It doesn't work on IOS (with android it works fine). My implementation:
`body: ...
1
vote
1
answer
68
views
How to redirect to landing page if "Subscription" is acknowledged in Android
if(!purchase.isAcknowledged()){
AcknowledgePurchaseParams acknowledgePurchaseParams = AcknowledgePurchaseParams.newBuilder()
.setPurchaseToken(purchase....
1
vote
1
answer
2k
views
In-App Update appUpdateManager.startUpdateFlowForResult Android Java
The appUpdateManager.startUpdateFlowForResult portion of the In-App Update shown on developer.android shows as being deprecated in Android Studio. I've searched for something that would work in its ...
0
votes
0
answers
54
views
Android In-App Updates code always trigger updates
Here is my code.
AppUpdateManager appUpdateManager = AppUpdateManagerFactory.create(context);
Task<AppUpdateInfo> appUpdateInfoTask = appUpdateManager.getAppUpdateInfo();
Log.d(LOG_TAG, &...
0
votes
1
answer
41
views
What prevents me to create an Google Play in-app product?
I have at "In-app products" of Google Play Console:
To add in-app products, you need to add the BILLING permission to your APK
I uploaded a bundle for both internal and closed testing and ...
1
vote
0
answers
660
views
How to in-app purchase more than one product item (in Flutter)?
in_app_purchase docs recommend the following to initiate in-app product purchase:
final ProductDetails productDetails = ... // Saved earlier from queryProductDetails().final PurchaseParam ...
1
vote
0
answers
495
views
Android mobile app's in-app update is not working
I have implemented in-app update code to my android mobile app to check if any upgraded version is available with the google play store and notify if any and then download it. But it is not at all ...
0
votes
1
answer
324
views
geting previous purshase Non Consumable not work in flutter
I have application in m console account and i create non consumable product for purshase.
I use the the original docs for my code (https://pub.dev/packages/in_app_purchase)
Note: I'm useng this app ...
0
votes
1
answer
248
views
Real purchases not available in TestFlight
We had an app developed years before and now we are developing in Flutter and we want to test our old, real purchases, but on TestFlight, we don't see them, but we only see our old purchases done on ...