Post

Replies

Boosts

Views

Activity

Unable to fetch products from apple
I'm using the apphud IOS SDK to fetch products from apple and I get the following error: [StoreKit] Did not receive any products or error for products request. Here's my code: public func loadProducts() async { do { if #available(iOS 15.0, *) { let products = try await Apphud.fetchProducts() print("products successfully fetched: \(products.map { $0.id })") } } catch { print("products fetch error = \(error)") } } I searched online and saw that some people are running into the same issue. Does anyone know a solution?
0
1
576
Jul ’23
How long does it take to get into the Apple Small Business Program?
I applied over a month ago and haven't heard back to the Apple Small Business Program. What should I do to speed things up?
Replies
0
Boosts
0
Views
196
Activity
Apr ’25
New business
I want to add a new business to apple store connect. I want my new app to be attached to this new business. New team id. Everything. How can I do this?
Replies
0
Boosts
0
Views
266
Activity
Jan ’25
Unable to fetch products from apple
I'm using the apphud IOS SDK to fetch products from apple and I get the following error: [StoreKit] Did not receive any products or error for products request. Here's my code: public func loadProducts() async { do { if #available(iOS 15.0, *) { let products = try await Apphud.fetchProducts() print("products successfully fetched: \(products.map { $0.id })") } } catch { print("products fetch error = \(error)") } } I searched online and saw that some people are running into the same issue. Does anyone know a solution?
Replies
0
Boosts
1
Views
576
Activity
Jul ’23