iOS
WWDC23: Meet Push Notifications Console
Apple's Push Notification Console allows developers to test and troubleshoot push notifications for their apps.Jun 9, 2023
WWDC23: Meet SwiftData
Learn how to use SwiftData, a new data modeling framework for Swift that integrates seamlessly with SwiftUIJun 8, 2023
WWDC23: Meet ActivityKit
Live Activities is a new feature in iOS 17 that uses ActivityKit to allow users to track events and tasks in real-time.Jun 8, 2023
More Posts
TipKit
Discover TipKit, a new feature unveiled at WWDC23, designed to guide users in app usage by highlighting specific view components.Jun 7, 2023
What’s New in UIKit
Discover the latest innovations in Apple's beloved UIKit framework, including real-time interface previews, new view life-cycle methods.Jun 7, 2023
What’s New in Xcode 15
Experience the latest advancements in Xcode 15 at WWDC23, including a unified development experience with Swift and SwiftUI.Jun 7, 2023
StoreKit for SwiftUI
Explore the latest feature of combination of StoreKit and SwiftUI. Dive into the using examples and implementation.Jun 6, 2023
What’s New in Swift
Explore the latest enhancements in Swift 5.9. Discover a stronger and more performant Swift this year. For more subscribe to Appcircle.Jun 6, 2023
Using Azure Boards for Mobile App Development
Learn how to effectively use Azure Boards with Appcircle for mobile app development, strategies for issue tracking and management.Jun 6, 2023
Streamline Project Integration and Test Automation with Repeato and Appcircle
Efficiently integrate and automate your software projects with Repeato and Appcircle. Discover the benefits!Jun 6, 2023
Jun 5, 2023
Exploring WWDC 2023: Upcoming Apple Innovations
Discover the latest technological advancements from Apple at WWDC 2023. Explore the Reality Pro headset, iOS 17 updates, and more.May 29, 2023
Streamline Registration of Apple Devices and Ad-Hoc Distribution with Appcircle
Learn how Appcircle streamlines the iOS app distribution process for Apple devices with a user-friendly platform and powerful features.May 23, 2023
Multi-Layered Team Management in Mobile DevOps
Learn how multi-layered team management can help enterprises streamline their mobile DevOps processes with Appcircle.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.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.Apr 17, 2023
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.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.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.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.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?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.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.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.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.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.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.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.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.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.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.Jun 21, 2022
Using SwiftUI inside UICollectionView and UITableView
At WWDC22, Apple introduced UIHostingConfiguration class, which enabled using SwiftUI inside UICollectionView and UITableView.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.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.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 #WWDC22Jun 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.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.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.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.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.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.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.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.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.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.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.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.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.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.Aug 31, 2021
Apr 29, 2021
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.Apr 21, 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?"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.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.Jun 10, 2020