How to test In App Purchases through Apple TestFlight?

TestFlight users don’t require a sandbox account, but they will test against an automatically created sandbox account. Sandbox Accounts The moment a tester opens your application, a sandbox account is created for them. This means it’s no longer necessary to create test accounts in iTunes Connect. Testing In-App Purchases was never easier. Source Note that … Read more

Testflight Profile Installation Failed, the SCEP server return an invalid response

I finally got my testers to get past this SCEP error. Hopefully this works for you too. Workaround: Open the iOS Settings app, select Safari then tap on “Clear History and Website Data” Open the Safari app and go to testflightapp.com Log into your TestFlight account On the “Connect this device by installing profile” screen, … Read more

How to prevent iOS crash reporters from crashing MonoTouch apps?

Put this in AppDelegate.cs: [DllImport (“libc”)] private static extern int sigaction (Signal sig, IntPtr act, IntPtr oact); enum Signal { SIGBUS = 10, SIGSEGV = 11 } static void EnableCrashReporting () { IntPtr sigbus = Marshal.AllocHGlobal (512); IntPtr sigsegv = Marshal.AllocHGlobal (512); // Store Mono SIGSEGV and SIGBUS handlers sigaction (Signal.SIGBUS, IntPtr.Zero, sigbus); sigaction (Signal.SIGSEGV, … Read more

Publishing to TestFlight, new testers, do I really need to rebuild/download my provisioning profile?

No need to rebuild the .ipa Upload the .ipa Send invitations to testers Add their devices to provisioning profile Download the approved profile Go to TestFlight builds >> Permissions >> Upload profile … Click Send Email/Update You’re done – the new user get’s the link to download the app. Hope that helps.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)