Social Icons

Ana Bujan

1 min read

Debug Github Actions Tips

Debugging GitHub actions, or any kind of CI runner, is time consuming. I usually mess up secrets that depend on exact structure, like private keys. First tip: use base64 to encode and decode secrets. Also, watch...

2 min read

Configure App Subscriptions for App Store

T0 monetize your app in App Store, first step is to configure subscription/app pricing or in-app products in App Store Connect. Select your app and select Subscriptions from the sidebar. Like the notification at the...