Damian Tarnawsky
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 13
Activity overview
Latest activity by Damian Tarnawsky-
Damian Tarnawsky created an article,
AppFlow and Extensions
Push Notifications with Images - November 2024 AppFlow supports building Capacitor applications that contain extensions. A typical extension is to allow notifications that support images. The only ...
-
Damian Tarnawsky created an article,
Privacy Manifest Requirements
Apple recently introduced new privacy protocols for third-party SDKs at WWDC23, requiring SDK authors to declare approved reasons for API usage within their SDKs to enhance transparency and user pr...
-
Damian Tarnawsky created an article,
XCode 14.3 - Failing Archive
When XCode 14.3 was released a new error message began appearing when attempting to build your app for release (clicking Product > Archive): "Command PhaseScriptExecution failed with a nonzero exit...
-
Damian Tarnawsky created an article,
Live Reload with HTTPS
To aid with rapid development the Live Reload feature will allow your browser or mobile device to use your development web server instead of static files on your device. Whenever you change a file ...
-
Damian Tarnawsky created an article,
SSL Pinning with Capacitor
What is SSL Pinning? SSL pinning is a technique used in a mobile application to verify that an endpoint the app is calling is using the expected certificate. Its purpose is to detect "man in the ...
-
Damian Tarnawsky created an article,
Angular Standalone Components with Ionic
Using standalone components with an Angular project allows you to remove the concept of ngModules which has been part of Angular for many years. In an existing application, this can remove many boi...
-
Damian Tarnawsky commented,
A good place for a discussion on issues updating to Cordova Android 11 is either the Ionic Discord server or the Ionic forum. If your company wants more detailed help then our Advisory services are...
-
Damian Tarnawsky commented,
The problem is very specific to your project and could be related to plugins used, how you manipulate resources in config.xml. I would remove anything in your config.xml that has <resource-file in ...
-
Damian Tarnawsky created an article,
Migrating to Cordova-Android 11
The Google Play Store is updating the target API level requirements. All app submissions will be required to target Android 12 (API level 31) or higher. New App Submissions: Starting on August 1, 2...
-
Damian Tarnawsky created an article,
Debugging Android Builds with Angular
Debug builds from Angular generate a separate source map file for each Javascript file which usually allows you to debug your original source code files. Unfortunately, out-of-the-box debugging doe...