Category
iOS
Multi-Layered Team Management in Mobile DevOps
Learn how multi-layered team management can help enterprises streamline their mobile DevOps processes with Appcircle.Appcircle Team
May 8, 2023
Resigning Binaries Made Easy with Appcircle
Resigning binaries made easy! Learn how to resign iOS and Android binaries with this step-by-step guide for app publishers.Appcircle Team
Apr 28, 2023
Maximizing Xcode Efficiency: 14 Tips for Boosting Productivity
Discover tips and tricks to boost your productivity in Xcode. This blog post will help you work smarter, not harder.Doğancan Mavideniz
Apr 17, 2023
More Posts
Increase Mobile Development Productivity by AI-Powered Appcircle
Appcircle is integrating ChatGPT to automatize various tasks. Developers will save time and effort by using AI-Powered Appcircle.Appcircle Team
Mar 16, 2023
Unlisted App Distribution on the App Store
Unlisted App Distribution allows to release applications to limited audiences. Let's find its pros, cons and comparison with other options.Appcircle Team
Mar 15, 2023
Using Jira for Mobile App Development: Effective Strategies for Issue Tracking and Management
Issue tracking is an important aspects of mobile development. Be aware of the strategies and be sure about using Jira effectively.Appcircle Team
Mar 2, 2023
Firebase App Distribution vs Appcircle Test Distribution
Distributing your mobile app to testers doesn't have to be difficult. Compare Firebase App Distribution and Appcircle Test Distribution to find the perfect fit.Appcircle Team
Jan 18, 2023
Is GitLab a Good Fit for Mobile CI/CD?
GitLab CI/CD vs Appcircle for mobile app development: Which platform is the better choice for building mobile apps?Appcircle Team
Jan 5, 2023
Integrating BrowserStack App Automate
Want to improve the efficiency of your mobil app testing process? Integrating BrowserStack App Automate into your testing workflow can help.Appcircle Team
Jan 3, 2023
Introducing Test Results for iOS and Android
Appcircle had the ability to run iOS and Android tests from the beginning. Now, we're making it even easier to see the test results.Appcircle Team
Nov 30, 2022
Danger in CI: Automate Your Mobile Code Reviews
Did you know that you can set rules for your code reviews and make sure they are checked before submitted? You can with running Danger in CI.Appcircle Team
Nov 14, 2022
Mobile App Security: How to Make Your App Secure
Most mobile developers ignore the security of the mobile application, especially on iOS. We highlight best practices for mobile app security.Appcircle Team
Sep 26, 2022
SwiftUI NavigationStack: How to Use the New Navigation View
SwiftUI 4.0 has a new NavigationStack for navigating between screens. We delve into how to use this brand new api with code samples.Doğancan Mavideniz
Sep 21, 2022
How to Decouple Dependencies in Swift / iOS Projects
Decouple dependencies when developing Swift / iOS projects. Your code will be more readable, reliable, testable and of course modular.Enes Buğra Yenidünya
Aug 23, 2022
Automatic Code Signing for iOS is Now Available
To make Code Signing for iOS apps straightforward, we’re introducing a new feature on Appcircle: Automatic Code Signing.Appcircle Team
Aug 11, 2022
10 Useful Postman Tips to Boost Your Development Productivity
Postman is an excellent tool for all kinds of developers. Here are 10 useful Postman tips and features of this swiss army knife.Faruk Toptaş
Jul 25, 2022
Developing with Live Activities API in iOS 16
WWDC22 introduced a cool Live Activities API in iOS 16. With it, we can live update a notification instead of sending multiple notifications.Ali Can Batur
Jun 23, 2022
Swift Charts with SwiftUI – WWDC22
At WWDC22, Apple unveiled Swift Charts, a library to plot graphs and charts. This article includes examples for all data visualization types.Enes Buğra Yenidünya
Jun 21, 2022
Using SwiftUI inside UICollectionView and UITableView
At WWDC22, Apple introduced UIHostingConfiguration class, which enabled using SwiftUI inside UICollectionView and UITableView.Ferhan Akkan
Jun 17, 2022
What’s New in UIKit at iOS 16, WWDC22
UIKit got a lot of cool new features at WWDC22. Here's the new features added to UIKit with iOS 16 and how to use them with code samples.Ferhan Akkan
Jun 13, 2022
What’s New in Swift 5.7, WWDC 22
Great new features await us with Swift 5.7. Here is a list of all the improvements and changes to Swift announced during WWDC22.Enes Buğra Yenidünya
Jun 12, 2022
What’s New in Xcode 14, WWDC22
WWDC22 had an amazing week of improvements to tools iOS developers use every day. Here's a recap of Xcode 14 updates announced at #WWDC22Ali Can Batur
Jun 12, 2022
What is New in SwiftUI 4.0, WWDC 2022
SwiftUI is the new, shiny declarative layout API, used for building iOS apps. Here are the features that will be in SwiftUI 4, iOS 16.Yusuf Demirci
Jun 10, 2022
Directing Users to a Specific Screen via Firebase Dynamic Links in Swift
Firebase Dynamic Links are smart URLs that allow you to send existing and potential users to any location within your iOS or Android app.Enes Buğra Yenidünya
Jun 9, 2022
How to Make Your iOS App Unique
In 2023, there will be 2 million apps in the App Store. Therefore, our apps need to stand out. We tell you how to make your iOS app unique.Yusuf Demirci
Jun 1, 2022
Creating an iOS Library the Right Way (SPM and CocoaPods)
How can we create an iOS Library and submit them to Swift Package Manager (SPM) and CocoaPods repositories.Ferhan Akkan
May 28, 2022
SwiftUI Alert and Sheets in a Dynamic and Easy Way
Why showing an alert or sheet in SwiftUI is difficult? In this article, we will learn a dynamic, easy way to show a SwiftUI alert or sheet.Yusuf Demirci
May 25, 2022
Modern Layout on UIKit with UICollectionView Compositional Layout
At WWDC19, Apple introduced Compositional Layout for UICollectionView, along with Diffable Data Sources. This article demonstrates both.Enes Buğra Yenidünya
May 18, 2022
Dynamic Localization in SwiftUI
We must have seen some cool apps that change the app language in real-time. This article is about how to do dynamic localization in SwiftUI.Yusuf Demirci
May 12, 2022
Error Handling in Swift
Error handling in Swift is a tricky subject. The core principle is to separate error types with associated values in a main error enum.Yusuf Demirci
Apr 17, 2022
Human Readable Xcode Test Results with Slather
Xcode shows the test coverage, but it's hard to visualize and export those results to a human-readable format. Slather for Xcode fixes this.Appcircle Team
Jan 24, 2022
Resolving Xcode Project Conflicts with Tuist
As your team grows you may start getting git conflicts on .xcodeproj and .xcodeworkspace files. Tuist is a solution to this problem.Appcircle Team
Jan 18, 2022
How to do code reviews?
Code review is one of the most important steps in developing software. Here are a few principles you can apply with your team.Erhan Yakut
Jan 6, 2022
iOS Code Signing Demystified
If you’re developing an app for iOS, you need to sign your builds in order to distribute them. We explain on how all iOS Code Signing works.Appcircle Team
Nov 30, 2021
12 Essential Desktop Apps for iOS Developers
While IDEs are capable, some tasks require dedicated software. Here are 12 essential desktop apps we use and recommend for iOS developers.Appcircle Team
Sep 1, 2021
Major iOS 15 API Changes for Developers
With iOS 15 releasing in 2021, we’ve put up a comprehensive list of major developer-facing iOS15 API changes for app developers.Appcircle Team
Aug 31, 2021
12 App Store Review Tips: How to Get Along Well with Apple and Avoid App Rejections
For a better app store review, don't ask yourself "How can I avoid being rejected?", instead ask "How can I make Apple like my app?"Appcircle Team
Oct 24, 2020
How to Build and Deploy Apps to Google Play Console Testing and Apple TestFlight
We will be setting a mobile CI/CD pipeline for deployment to Google Play Console Testing (tracks) and Apple Testflight in a few easy steps.Appcircle Team
Oct 12, 2020
Best Mobile Continuous Integration and Continuous Delivery (CI/CD) Tools
Here are the best continuous integration and continuous delivery (CI/CD) tools for mobile app development. List and compare all mobile CI/CD.Appcircle Team
Jun 10, 2020
Appcircle Team
Apr 29, 2020
What is the Alternative to Xcode for Windows for Mobile App Archive, Sign and Simulation?
There are workarounds to use Xcode for Windows, but each has their own complexities when building, previewing and distributing mobile apps.Appcircle Team
Apr 21, 2020