Post

Replies

Boosts

Views

Activity

Storekit2 Fetch Products
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?
0
0
72
May ’25
Tracking app installation and campaign details without third-party APIs
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.
0
0
779
Feb ’23