Discussions

Ask a Question
ANSWERED

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")
ANSWERED
ANSWERED
ANSWERED
ANSWERED

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