Discussions
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, ...
Posted by null 5 days ago
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?
Posted by Richard 3 months ago
Can't reset password
Why does "reset password" not send me a reset email?
Posted by Michael Meinberg 3 months ago
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
Posted by sohail 4 months ago
[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);
}
};
Posted by Dmitry 4 months ago
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.
Posted by Oleg 6 months ago
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.”
Posted by Kirill 6 months ago
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”
Posted by Alexey 6 months ago
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?
Posted by Max 6 months ago
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?
Posted by Sergey 6 months ago