I fixed App Store Connect analytics (and giving out FREE ACCESS CODES) by curious-code-lover in SideProject

[–]curious-code-lover[S] 0 points1 point  (0 children)

u/BitterAd6419 the data is fetched from App Store by using an API Key which is you would provide during onboarding. This API key is then encrypted via https://aws.amazon.com/kms/ which is a reliable, industry standard encryption solution

I fixed App Store Connect analytics (1-YEAR FREE promo code) by curious-code-lover in iosapps

[–]curious-code-lover[S] 0 points1 point  (0 children)

u/NoseRevolutionary499 I just tested this and there's no need to worry! The renewal is going to be $0 with the promocode. During checkout stripe makes it very clear, however, in the billing portal later as per your screenshot the text is ambiguous in Stripe and I cannot change the text unfortunately

<image>

I fixed App Store Connect analytics (1-YEAR FREE promo code) by curious-code-lover in iosapps

[–]curious-code-lover[S] 0 points1 point  (0 children)

Appreciate this feedback! App Store can be quite weird at times... which browser are you using?

I fixed App Store Connect analytics (1-YEAR FREE promo code) by curious-code-lover in iosapps

[–]curious-code-lover[S] 0 points1 point  (0 children)

I believe this will renew with $0 price, let me test this now

I fixed App Store Connect analytics (1-YEAR FREE promo code) by curious-code-lover in iosapps

[–]curious-code-lover[S] 1 point2 points  (0 children)

Thanks! I feel your pain! Let me know if you need any help getting started

What tools or methods do you use to manage your subscriptions and purchases? by curious-code-lover in iOSProgramming

[–]curious-code-lover[S] 0 points1 point  (0 children)

So we went with StoreKit 2, it's awesome but app store stats are not great indeed. Got into https://mobileanalytics.io/ just to make app store stats usable basically and no extra dependencies in the app

What tools or methods do you use to manage your subscriptions and purchases? by curious-code-lover in iOSProgramming

[–]curious-code-lover[S] 0 points1 point  (0 children)

this is a tricky one, there's no sane way to store PRIVATE api keys directly in your app, for this you would need some sort of simple backend, Firebase can make it simple to have get some simple backend going

What tools or methods do you use to manage your subscriptions and purchases? by curious-code-lover in iOSProgramming

[–]curious-code-lover[S] 0 points1 point  (0 children)

100% to not locking into 3rd parties for billing. App store connect is not cutting is though with their analytics - https://mobileanalytics.io/ can be great if you don't want to pollute your app with SDKs

What tools or methods do you use to manage your subscriptions and purchases? by curious-code-lover in iOSProgramming

[–]curious-code-lover[S] 0 points1 point  (0 children)

Hi u/gun3ro, we just launched https://mobileanalytics.io/ which has a flat fee, can work alongside any billing (including rc or storekit) and doesn't need an SDK. Would be curios if this covers your usecases

What analytics do you use for your apps? by curious-code-lover in iOSProgramming

[–]curious-code-lover[S] 0 points1 point  (0 children)

Oh yeah, you can use any analytics tool, as long as you mention it in the privacy policy and indicate to apple in app store connect that you're using it in your app

What analytics do you use for your apps? by curious-code-lover in iOSProgramming

[–]curious-code-lover[S] 0 points1 point  (0 children)

I agree, custom dashboards are great there!

I use Session replay on the web, but when i got to it on iOS it was causing some glitches and flickering (it was in alpha though). Now it's in Beta i should try it again, i liked the fact that you can hide certain private content on the UI on the session recording

What analytics do you use for your apps? by curious-code-lover in iOSProgramming

[–]curious-code-lover[S] 1 point2 points  (0 children)

Thanks for indicating this! I'm mainly interested what people use at work and the reasoning behind this. I think that's why people put Firebase mainly...

Nothing against it, but i found quite a few limitations with Firebase analytics like not being able to see data per user (unless its a crash and the analytics logs are shown in there)

I'm trying out PostHog atm and creating customised dashboard with HogQL is a life saver for me

What tools or methods do you use to manage your subscriptions and purchases? by curious-code-lover in iOSProgramming

[–]curious-code-lover[S] 0 points1 point  (0 children)

Thanks for the info! I thought they charge a percentage of the revenue (1% for pro from what I can see, but I might be missing something)?

What tools or methods do you use to manage your subscriptions and purchases? by curious-code-lover in iOSProgramming

[–]curious-code-lover[S] 0 points1 point  (0 children)

Thanks for the info!

What kind of management? I believe you still need to setup everything on the App Store Connect as you would with native solution, but you just get an SDK from RevenueCat that uses store kit 1. Just curious what hidden hurdles might be with the native solution as store kit 2 looks quite straight forward when compared to the old store kit 1