Tracking install app without analytics SDK? - ios

We have our own analytics service. How can you track app installs or get utm tags inside the app (after installing from the appStore via a dedicated link) without installing any SDK (Google Analytics, etc.)?
iOS 13+, swift 5.

Related

Using Google maps on iOS application (App Review)

I am using Apple Developer program.
In my mobile (React Native iOS (and Android)) app I am using Google maps.
Can I go on App store like that, or I need to use iOS maps if I want to submit my app to App Store? Will I pass App Review with Google maps?
I confirm that I worked on an application that is in production, pubblished on the App Store that is using Google Maps

Can I get iOS analytics without including mysterious closed-source libraries into my app?

I want to collect very simple analytics about my app (session count, monthly active users, maybe a list of events corresponding to each screen open), but the systems I've found all require integrating an opaque binary library into my project.
Does anyone know of any iOS analytics systems that don't have this shortcoming?
You can use Google Analytics with an os library: https://github.com/ksmandersen/GoogleReporter
Easily integrate Google Analytics into your iOS, macOS, and tvOS app without downloading any of the Google SDKs.
Mixpanel is also open-source and doesn't include any static libraries.
https://github.com/mixpanel/mixpanel-iphone

Where can I download iOS MobileCore SDK?

I added an app in MobileCore dashboard, but I've not able to find where to download the SDK for iOS to integrate with my app.
I tried to search through Google but still cannot find a link to download the MobileCore.framework. Do they stop publishing the SDK?
Contacted to one of the managers. She told me that they'd stopped support new apps, since they're moving to Supersonic platform soon.

Can I use Facebook advertising for an iOS app without having the SDK integrated?

I have my app already sent for App Store review few days ago. I just noticed that Facebook advertising requires the Facebook SDK to be integrated with the app. Is it a compulsory step? Or can I use Facebook advertising without having the Facebook SDK?
From Facebook
Can I run mobile app ads without using the SDK?
Yes, we allow anyone to run mobile app install ads from our Ads Create Tool simply by dropping the link to their Apple App Store or Google Play URL. For mobile app engagement ads, you will need to register your app, but can also run ads without the SDK.
However, without installing and using the SDK, Facebook will not be able to provide install or app event reporting, and thus you will not have the option to use more advanced bidding options (oCPM, CPA) or see performance beyond clicks.

facebook mobile app install ads track the install routes

Is there a way to know if my app was installed over the facebook Mobile App install Ads using the Facebook SDK ?
The publish install is called every time my app getting installed but I want to know if the app is being installed via the Facebook ads service.
Thank you.
It seems to be possible, I found this (http://ampush.com/facebook-mobile-app-install-ads-good-gets-better/):
Tracking can come through integration of a Facebook or Third Party SDK:
An application does not require a Facebook login option in order to be promoted using Mobile App Install Ads, but the app must first be registered with Facebook. In order to track installs at the ad level, developers must install the most recent Facebook Software Development Kit (3.0 or greater for iOS, and the latest SDK for Android) or work with a 3rd-party mobile measurement provider.

Resources