Discussions

Ask a Question

Something went wrong on our end.Please try again

When you use the Android SDK to subscribe to product A and then call the updatePurchase API to subscribe to product B after the product expires, an error will occur: Something went wrong on our end. Please try again. Error callback information: QonversionError: {code=PlayStoreError, description=There was an issue with the Play Store service, additionalMessage=It is a proxy of the Google BillingClient error: ERROR. }
ANSWERED

syncHistoricalData

syncHistoricalData I read the document of this method, but I still don't know what the specific function is. When I make a subscription, should I call it? Is it called when the application starts? What are the requirements? identify before or after this method
ANSWERED

purchaseProduct

(void)purchaseProduct:(QONProduct \*)product completion:(QONPurchaseCompletionHandler)completion (void)purchase:(NSString \*)productID completion:(QONPurchaseCompletionHandler)completion Which of these two methods should I use, and what exactly is the difference between what I want to do as a subscription
ANSWERED

restore

void)restore:(QNRestoreCompletionHandler)completion { How should I use this method, when should I use it, and how should I judge to use it in the code

purchaseProduct

This method sometimes takes a long time to call back, and sometimes it doesn't call back, and I don't receive any information

[Unity] Entitlements map is empty on successful purchase(Sandbox)

Greetings, Is it expected that sandbox purchases have empty entitlements map? We should see what entitlements are received upon successful purchase, correct?

Entitlement on successful purchase has isActive set to false in sandbox mode

When running in sandbox mode will the isActive entitlement value always be false when a successful purchase is made?

I encountered an error

there is no information available for in-app purchases try again later 21104
ANSWERED

Analytics New Users no response

I'm having problems with indexes Analytics New Users. all indexes ( revenue, trial, sub, event) all return true. but new user overview inverted between two states Sandbox mode, new users trial and paid no response

Difficult to get correct IAP item status

I’m new to Qonversion. I previously implemented my own IAP which had 8 non-consumable items. In Qonversion I’ve setup everything (products, entitlements, offerings, Paywall, etc), integrated Qonversion into my Android Studio Java app, and I am able to show the Paywall, also able to get all entitlements and offerings. Here are my questions: 1. In Google Play Console, Order Management, I refunded all of my IAP’s except for 1, under my Test account (email). When I check on entitlements I get that all 8 items as active, nonrenewable, with a start date (original purchase), and the attached Transaction only shows the original purchase date. I would expect all items I refunded would be available to purchase and the 1 item I didn’t refund would be a valid previous purchase. Is there any way to get this information? 2. In using Paywall how can I get it to show that an item had previously been purchased (display “Installed”) instead of the price, which is displayed in the purchase button? All items that show up are available to purchase and show the purchase Price.