Add App Tracking Transparency Permission to Expo
This is needed only for the ios distribution of the app and results in rejected app if you don't have it, but have selected in your app privacy information in App Store Connect that...
This is needed only for the ios distribution of the app and results in rejected app if you don't have it, but have selected in your app privacy information in App Store Connect that...
Building an offline app isn’t just about working without an internet connection. It should also let users back up...
How to publish to app store if you don't own a Mac. Steps to publish the app. You need your laptop, patience and GitHub actions....
I love automating the publishing process for my Expo apps using GitHub. I already use GitHub for version control, it&...
Inconsistent versioning and forgetting to increment the expo app version? Not great after spending 20 minutes for an app build....
I think that using Redux for complex state management has many benefits, including predictable state flow and easier debugging. I also think that the best way for the information to sync in is to show an...