Discussions

Ask a Question

Add more filters to Conversions tab on Dashboard

Hi. Right now there is only one filter (Country by IP) on the Conversions tab on the Dashboard. [block:image] { "images": [ { "image": [ "https://i.ibb.co/GF2J4jw/Apphud-App-dashboard.png", "", "" ], "align": "center", "sizing": "400px" } ] } [/block] Please add more filters like Campaign, Store Front, ...
ANSWERED

How to use AppsFlyer Onelink together with Apphud Web-to-App solution

How to use AppsFlyer Onelink together with Apphud Web-to-App solution and have install attribution on both platforms?
ANSWERED

Can't reset password

Why does "reset password" not send me a reset email?
ANSWERED

how to set the price for subscriptions of the product in apphud dasbordbord

can we add price plan for subscriptions for product in apphud dasbordbord
ANSWERED

[Apphud] Failed to load SKProducts from the App Store, because product identifiers are invalid

Hi there! I have some troubles with test purchase in react-native app. [13:44:47] [Apphud] Failed to load SKProducts from the App Store, because product identifiers are invalid: ["test123123", "com.apphud.weekly", "com.tnapps.subscription", "test1234"] For more details visit: <https://docs.apphud.com/testing/ios#failed-to-load-skproducts-from-the-app-store-error> BUT LINK IS NOT VALID. when a try to purchase I have this [13:51:39] [Apphud] Unable to start payment because product identifier is invalid: \[["com.apphud.weekly"]] 2023-06-08 13:51:39.139141+0300 cattrainer[2329:498452] [javascript] 'Purchase successful:', { nonRenewingPurchase: {}, error: { errorUserInfo: { NSLocalizedDescription: 'Unable to start payment because product identifier is invalid: \[["com.apphud.weekly"]]' }, errorCode: 0, localizedDescription: 'Unable to start payment because product identifier is invalid: \[["com.apphud.weekly"]]' }, subscription: {} } [13:51:39] [Apphud] Failed to load SKProducts from the App Store, because product identifiers are invalid: ["com.apphud.weekly"] For more details visit: <https://docs.apphud.com/testing/ios#failed-to-load-skproducts-from-the-app-store-error> this is my code const purchase = async () => { try { const purchaseResult = await ApphudSdk.purchase('com.apphud.weekly'); console.log('Purchase successful:', purchaseResult); } catch (error) { console.log('Purchase failed:', error); } };
ANSWERED

Number of events in AppsFlyer differs from Apphud.

Hello! I see that the number of unique users is less than events count in AppsFlyer dashboard for apphud_trial_started events. How is it possible? Also I see that number of events in Overview don’t match with number in Apphud > Events table. Thanks.
ANSWERED

Android: Service account JSON Error!

Hello! I added a new Service account JSON and keep seeing the error that pops up - “Error: Invalid Service Account JSON or Package Name. Please check permissions.”
ANSWERED

Xcode console error: Failed to load SKProducts from the App Store...

Hello, I created subscriptions. I added them to the paywall in Apphud. When I try to check the subscriptions I always see in Xcode console “Failed to load SKProducts from the App Store, because product identifiers are invalid”
ANSWERED

Payment completed but Apphud.hasActiveSubscription returns false

Hello! I was added my product o AppHud. I performed a test and see that the transaction status = .purchased. But Apphud.hasActiveSubscription returns false. What was done wrong?
ANSWERED

Android billing v5

We are going to integrate AppHud into the app we develop. Unfortunately, the latest version of the AppHud SDK which is available on Github, uses Google Play Billing library of version `4.0.0`. Have you plans to migrate the SDK to version `5.x.x` in the nearest future?