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.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
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()
}
}
I have more than 230 in app products which is Consumable, Non-Consumable & Auto Renewable subscription, So while Initialise Inapp products in storekit2
let productIds = [...your 300 identifiers...]
let products = try await Product.products(for: productIds)
I am getting repose only few products few missing in TestFlight build, So how to resolve this issue, it happen in only TestFlight or App Store its working?
Topic:
App Store Distribution & Marketing
SubTopic:
General