Discussions

Ask a Question
ANSWERED
ANSWERED
ANSWERED

Network Error occured a lot

(code: 2003, message: Server error, detail: HTTPError.backend(POST /sdk/in-apps/apple/receipt/validate/, [2.2.3]\: Adapty/Backend.Validator.swift#21, statusCode: 400, body: {"errors":[{"detail":"21004: The shared secret you provided does not match the shared secret on file for your account.","status":"400","source":{"pointer":"/data"},"code":"APPLE_RECEIPT_VALIDATION_ERROR"}]}))
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
ANSWERED

How to implement Adjust into React Native

Hello, Our app is built on React Native and we are using your SDK. Now we are trying to set up Adjust connection and faced an interesting situation: Your SDK is showing for iOS only Swift example of implementation (https://docs.adapty.io/docs/adjust#sdk-configuration). But RN projects uses Obj-c AppDelegate files which refer us to creating a bridging header for Swift inside Obj-c code or rewriting this method on Objective-c. But I looked AppsFlyer integration and found that you have an RN native implementation. I am just wondering may you also provide Adjust native integration into RN or provide an Obj-c implementation example? Best, Akeem
ANSWERED
ANSWERED
ANSWERED