May 2023 Summaries
6 posts from Bitrise
Filter
Month:
Year:
Post Summaries
Back to Blog
The Worldwide Developers Conference (WWDC) is approaching, kicking off on June 5 and ending on June 9, 2023, at Apple Park. Developers will gain insight into Apple's latest technological advancements and connect with engineers. Confirmed announcements include a new xrOS operating system and software development kit, new MacBooks, iOS 17, iPadOS 17, macOS 14, and significant watchOS 10 updates. The mixed-reality headset is also expected to be revealed, marking the first major new Apple product category in nearly a decade. Developers can expect updates on iOS 17, including enhanced Control Center, journaling app, Dynamic Island, active widgets, system-wide search and Spotlight functions, Lock Screen tweaks, flashlight functionality, and sideloading changes. Additionally, there are expected hardware announcements, such as an updated MacBook Air with an M3 chip and the Reality Pro headset, a new AR/VR platform for developers to design applications and experiences. The introduction of the M3 chip is rumored to signify a substantial leap in power and performance for future Apple computers. WWDC 2023 promises to bring exciting possibilities for developers, including new software updates, APIs, tools, and opportunities for app development and user experience.
May 18, 2023
1,554 words in the original blog post.
We recently explored improvements to Bitrise's demo apps, specifically the React Native demo app, to optimize our DevOps platform for fast feedback and performance. We reduced build time by nearly 60% through a combination of using the latest version of React Native, disabling Flipper on iOS, and leveraging parallelization in our CI pipeline. This allowed us to showcase Bitrise's ability to provide developers with fast feedback, which is crucial for maintaining flow and producing high-quality apps. By optimizing demo app workflows and utilizing pipelines, we achieved a total build time of less than 6 minutes, including unit testing and building both iOS and Android apps. Our changes demonstrate best practices in mobile expertise and encourage users to try similar optimizations to improve their builds' speed and efficiency.
May 16, 2023
1,993 words in the original blog post.
Releasing a mobile app successfully requires strategy, skill, experience, and coordination among various functions. To master the art of mobile app releases, one needs to define their audience, understand their behaviors and requirements, and plan features accordingly through research and planning. The development stage involves involving mobile engineers, testing teams, and using tools like programming languages, frameworks, IDEs, and project management tools. A solid QA and testing process is also crucial to ensure the app's functionality and user experience. Automation, well-managed release cycles, and high release frequency are essential for mobile app releases, with DevOps teams typically responsible for automating processes and improving efficiency. Ongoing feature development and releases require continuous monitoring, bug fixing, and releasing updates, relying on continuous integration and deployment. Tools like Bitrise can help streamline processes, automate manual workflows, improve transparency and communication, and release better-performing mobile apps. By adopting these strategies and using relevant tools, developers can master the art of mobile app releases.
May 11, 2023
1,790 words in the original blog post.
Starting from May, users of Bitrise will be billed for the Insights add-on based on the number of monthly builds and tests run. Users who generate fewer than 500 monthly builds or 100k monthly tests can continue to use Bitrise Insights for free. The platform analyzes test results from uploaded reports to count towards the 100k test case limit. To stay within the monthly limit, users will receive in-app notifications and a link to activate their subscription plan. Users can manage their subscription details on the Plan & Billing page. New users can try out Bitrise Insights for free for the first three months after workspace creation. The platform provides in-depth data and analytics to help users identify issues and take corrective actions proactively.
May 11, 2023
330 words in the original blog post.
If you are looking to be on a successful career trajectory in DevOps, the anticipated future for Mobile DevOps Engineers is bright. Mobile DevOps Engineers play a crucial role in ensuring the smooth operation of mobile applications and services. The field requires a combination of technical skills and business acumen. With the increasing demand for mobile technologies, the job prospects for Mobile DevOps Engineers are promising. They need to have expertise in tools like Jenkins, Docker, and Kubernetes, as well as knowledge of programming languages such as Java, Swift, and Kotlin.
May 09, 2023
87 words in the original blog post.
Apple announced that macOS will now run on an ARM-based Apple processor, replacing Intel chips after nearly two decades. The transition to Apple silicon will take place over two years, with Rosetta 2 allowing most Intel-built software to run on Apple silicon. However, certain types of software such as kernel extensions and virtual machine apps may not be compatible. To assist developers during the transition process, a guide has been created, recommending steps such as reviewing official documentation, updating Xcode and dependencies, testing apps with Simulators and real devices locally, and using Instruments or Xcode debugging tools to monitor for crashes or performance issues. Additionally, Apple silicon's ARM architecture requires ensuring compatibility with new architectures, updating dependencies, and potentially recompiling certain tools or utilities. The transition process can be challenging, but the benefits of improved build speed on Apple silicon machines are significant, with some tests showing a 40% reduction in build times.
May 09, 2023
1,398 words in the original blog post.