Hi,
I am using TipKit framework to show simple tips in my view controller & its working fine before update beta6. in iOS17 beta6 crash.
if #available(iOS 17.0, *) {
Task {
try? await Tips.configure()
}
}
Post
Replies
Boosts
Views
Activity
Hi,
For my iOS App, I am using Campaign Links from App Store Connect for advertisement purposes, and sometimes use Branch links.
Is it possible to get Campaign details inside app after installation is done natively without using any third party SDKs?
I would like to know from which campaign the installation came from with apple provided technology.
Is it possible to get the details inside the app programatically?
I have heard that In Android, they can achieve the functionality using InstallReferrerClient of the library com.android.installreferrer:installreferrer
Do we have any similar option for iOS?
Please guide, Thank you.