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?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
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?
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
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?
When I archive my IOS app in XCode 11.4, I'm getting the following error:
Test has 2 Apple Distribution certificates but their private keys are not installed
Can someone please help?