Discussions
SDK в логе показывает успех, но веб-интерфейс не показывает ивентов.
Почему в веб-интерфейсе показывает будто я не интегрировал SDK?
Почему я не вижу ивентов в интерфейсе?
Домашняя страница показывает quick start guide, на всех остальных страницах всё по нулям.
Я пытаюсь тестировать в sandbox, SDK установлен в Observer mode. Тестирую на айпаде (приложение именно для айпада, м.б. с этим связаны проблемы, т.к. получаю errors, см. соседний тикет).
Из лога:
Updating local purchaserInfo: Optional(accessLevels: ["premium": expiresAt: 2022-01-26 22:25:32 +0000, activatedAt: 2021-04-27 16:08:05 +0000, renewedAt: 2022-01-26 21:25:32 +0000, store: app_store, willRenew: true, isInGracePeriod: false, id: premium, isRefund: false, isActive: true, vendorProductId: com.momwillbeproud.artworkout.v3.pro.12months, isLifetime: false], subscriptions: ["com.momwillbeproud.artworkout.v3.pro.6months": store: app_store, isInGracePeriod: false, vendorProductId: com.momwillbeproud.artworkout.v3.pro.6months, isLifetime: false, isSandbox: true, isRefund: false, expiresAt: 2022-01-20 23:12:58 +0000, isActive: false, willRenew: true, vendorOriginalTransactionId: 1000000806177984, activatedAt: 2021-04-27 16:08:05 +0000, renewedAt: 2022-01-20 22:42:58 +0000, vendorTransactionId: 1000000953466766, "com.momwillbeproud.artworkout.v3.pro.1month": store: app_store, isInGracePeriod: false, vendorProductId: com.momwillbeproud.artworkout.v3.pro.1month, isLifetime: false, isSandbox: true, isRefund: false, expiresAt: 2022-01-20 22:44:56 +0000, isActive: false, willRenew: true, vendorOriginalTransactionId: 1000000806177984, activatedAt: 2021-04-27 16:08:05 +0000, renewedAt: 2022-01-20 22:39:56 +0000, vendorTransactionId: 1000000953466112, "com.momwillbeproud.artworkout.v3.pro.12months": isLifetime: false, vendorTransactionId: 1000000957217711, vendorOriginalTransactionId: 1000000806177984, isSandbox: true, isRefund: false, vendorProductId: com.momwillbeproud.artworkout.v3.pro.12months, willRenew: true, activatedAt: 2021-04-27 16:08:05 +0000, isActive: true, isInGracePeriod: false, renewedAt: 2022-01-26 21:25:32 +0000, store: app_store, expiresAt: 2022-01-26 22:25:32 +0000], nonSubscriptions: [:]), with profileId: Optional("26ad6f37-d51a-463c-bc48-d5fc8bf83cfa"), customerUserId: Optional("B34A3DE2-15B0-430C-B63C-E5ED80A7D46C")
Posted by Александр Улитин over 1 year ago
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 over 1 year ago
Product localizedDescription is not localized.
Hello,
We start implementing Adapty but we found the problem in booth iOS and Android SDKs.
In ProductModel.localizedDescription we are getting only English description. We use that before to show description to the user and from app stores we get right localized description but Adapty send us only English.
ProductModel.localizedTitle is working and we are getting localized text.
Is this known bug?
Posted by Rado Rajcan over 1 year ago
Flutter SDK - inaccurate subscription status
I bought an auto renewal subscription via IOS sandbox account. I cross checked everything with the feed screen
when I bought it. it showed on feed screen and in app
it showed me the time it would expire and I checked the app 1 minute before the expiration and 1 min after just to see how precise the data was and it worked amazingly
the only issue is its an auto renew subscription but after reaching expiration time the status shows not subscribed to the subscription BUT on feed screen it shows that renew subscription was initiated and also when I tap again to get subscription I get apple prompt saying im already subscribed
my question is why does it show inactive if all the rest are showing active. its it because im using sandbox ? and if yes will I encounter this issue in production?
Posted by Christina over 1 year ago
changing prices
Hi,
We're going to launch a big app update with new paid membership paywall (the app was free until then).
I want to offer a cheaper price at launch, to be kind to my existing users and people joining in the first few weeks. I want these users to remain on this price plan forever (until they let their subscription expire).
https://developer.apple.com/app-store/subscriptions/#providing-subscription-offers
This page to me is so confusing, I can't manage to wrap my head around the options...
I don't like options where they sign up and the first month is cheaper and then goes up.
Here I don't think we're talking about Introductory offer, since I want them to remain on this price forever (until they let their subscription expire).
I can imagine 2 ways to do what I want in the App Store.
Which one makes most sense and is easiest to manage?
A. Set a "default" price product, and set a "discounted" price product, for all the plan durations (1 month and 6 months, in my case). When I want to switch to the Default price, I just update my config in Adapty and the new "default" price shows up in Adapty (I may want to customize a bit the copy around the paywall, with remote config).
B. Set my price products, for all the plan durations (1 month and 6 months, in my case). When I want to switch to a more expensive or any other price point, I just update the prices in the App Store for these products, and that's it (I may want to customize a bit the copy around the paywall, with remote config).
What would you do?
Or am I approaching this from the wrong angle, or am I leaving money on the table...
Thanks for your advice & support!
Paul
Posted by Paul Baron over 1 year ago