Post

Replies

Boosts

Views

Activity

Analyzing crash report
Hello, I'm doing an update to my app already IN the app store. The app is built using .Net Maui targeting iOS, Windows and Android. All works fine in debug and in release on Android and Windows. However, the app launches on my iOS devices and crashes immediately. I really have no idea what the crash report on the device is telling me. Attached is the .ips file if anyone can at least point me in the right direction... Thanks MyApp-2025-03-01-202630.ips
2
0
271
Mar ’25
In-app purchase promo testing...
Anyone on here seeing this in their App Store Connect - App Store Promotions page? "These in-app purchases can’t be promoted on the App Store because your latest approved binary doesn’t include the SKPaymentTransactionObserver method." Here's an explanation I found... "An in-app purchase cannot be promoted in AppStoreConnect until the version of the app containing the additional ‘purchase from app store’ function has completed the Apple App Review process successfully. The app containing this extra function needs to be either live on the App Store or Pending Developer Release (my preferred choice) before it is possible to promote an in app purchase and the message in the yellow box you are seeing is removed." How completely ridiculous!! What an annoying restriction on functionality, forcing apps to be approved and pending release BEFORE this can even be tested? If anyone has any helpful workaround for this or if I'm missing something, kindly let me know. Thanks.
0
0
494
Nov ’20
Testing in-app billing from Xamarin.Forms app
Hello, I have setup an App in App Store as a free app. Not yet submitted. I added an in-app purchase as auto-renewable subscription Trying to implement/test this using https://github.com/jamesmontemagno/InAppBillingPlugin This returns true- await billing.ConnectAsync(true); This then breaks- var prodInfo = await billing.GetProductInfoAsync(ItemType.Subscription, prodIds); UNKNOWN ERROR returned. My only thought is that the prodId for the in-app purchase is not available (yet). QUESTION: Does the app have to have been submitted for the target in-app purchase to be exposed in the app store for testing with a sandbox appleId account? Thanks
2
0
2.3k
Nov ’20
How to test In-App purchases
Hello, Is there any documentation on testing in-app purchases with pseudo/test app-store accounts and fake payment details? I'll be submitting to TestFlight for internal and external users. The users login to the app through their chosen social login provider and then need to subscribe through the app-store account. Any info on testing this with "sandbox" data would be appreciated!
0
0
555
Nov ’20
Certificates, Identifiers and Profiles question
Hello, Can anyone shed light on this? I had two App IDs under Certificates, Identifiers and Profiles in my developer profile. I deleted one so that I can recreate it. However, both still show in the Bundle ID list in the App Info section in the test app in App Store Connect, thus, when I try to recreate the deleted App ID in my developer profile, it says it already exists. Question: How can the errant Bundle ID be removed from App Store Connect? Question: for app release purposes, does the App ID need to match the assembly name? (The assembly name/Bundle ID in the info.plist is com.mycompany.myapp) Thanks
1
0
1.7k
Sep ’20