Discussions
ITMS-90078: Missing Push Notification Entitlement
We are not intending to use promo campaigns, so I have not set up push notifications in Apple Developer. I am receiving a notification every time I upload a build to App Store Connect that I am missing the entitlement however.
Is there any I can do to disable the use of push notifications in Adapty so this isn't triggered, or is there another solution?
Posted by Daniel Murfin 5 months ago
Non-subscription non-consumable purchases?
I am looking at options for easily adding in-app purchases to an older swift project of mine. I am looking at Adapty because I like your documentation on installing and implementing. However, this particular project I might proceed with a single purchase rather than subscription. Will Adapty’s features still be useful to me? Thanks
Posted by Francis about 1 year ago
Sandbox environment question
Hi. I was wondering if the sandbox purchases should affect the analytics?
Posted by Hamza 8 months ago
AdaptyError (code 1001) No In-App Purchases were found.
I have connected and went through the Quickstart but im getting that error what does it mean even when my adapty dashboard shows the product is active
Posted by Cherly Surdk 6 months ago
Flutter использование плагина с Android
При инициализации и запросе paywall получаю ошибку In-app billing API version 3 is not supported on this device.
Posted by Дмитрий 5 months ago
Tracking IDFA
Hii! Do I need to start collecting IDFAs in order to use Adapty? Does Adapty work without IDFA?
Posted by Gaelle 8 months ago
Preventing multiple application users from sharing single App Store subscription
I have a question regarding the interplay of Apple ID purchases and my application users.
Let's say I have a user, Alice, who creates an application account and purchases a subscription to my app from her iPhone. Great. Now her friend, Bob, is borrowing her phone, so Alice logs out of her application account, and Bob logs into his own non-premium application account on Alice's phone. Bob decides he likes the app so much that he wants to buy the premium subscription, so Alice attempts to make the purchase for him while he's logged into his application user _on Alice's phone, with Alice's Apple ID._ In the ideal case, my application would throw an error, saying that the current Apple ID (Alice's) already has a subscription associated with a _different_ application account (Alice's application account). Is it possible to do this (to either prevent or void the purchase attempt) with the Adapty Swift SDK _without_ having to store some mapping on my own server? This feels like a check that you could do with `StoreKit` before completing a transaction, but since Adapty completes the transaction for you, I'm not sure how to perform this check. I want to avoid having multiple application accounts associated with a single Apple ID or somehow messing up the existing application user <--> apple ID mapping (for example, if Alice's subscription were modified by the subscription purchase on Bob's application user's behalf).
Posted by Marcus 7 months ago
Adapty inapp
Hello. I'm trying to implement inapps in my application using adapty. And I faced with a problem when I try to display paywall. When I call method Adapty.showVisualPaywall(...) I get blank screen and nothing else. I guess this method helps to show your paywall(and products) without writing any code for presentation, but it doesn't work or I do something wrong. I will be grateful for any advice. Thanks.
Posted by Albert 2 months ago
[Flutter] Modify a subscription (cancel, apply promo, etc) from Adapty
Hello!
Is it possible to request Adapty to show the Google Play / App Store popup to modify or cancel a subscription, or is this feature out of Adapty's scope?
Thank you,
Abel.
Posted by Abel Reyes 8 months ago
"Adapty SDK was not initialized" on Android
I am using React Native to develop my iOS and Android Apps. On iOS, everything works well. But on Android, my adapty.purchases.restore() function throws an error like below;
{"adaptyCode": "sdkNotActive", "code": 403, "localizedDescription": "Adapty SDK was not initialized"}
Also, while getting the products, it turns the empty products (with prices of 0). So, it is not a problem about the connection between my App and Adapty.
I followed the Android instructions part, twice. But the results are the same. What should I do?
Thank you all, in advance.
Posted by Ugur Genc 5 months ago