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
314
Mar ’25
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
Feb ’22