Skip to content

iOS Dev blog

about creating mobile applications but also a bit about my interests

  • Home
  • About me

Month: January 2021

ios app security

How to generate secure random data?

January 24, 2021January 24, 2021 TomekLeave a Comment on How to generate secure random data?

In our development career, we may encounter tasks in which, for example, we will have to use various types of encryption algorithms. We will see then that one of the acceptance criteria can be the creation of an encryption key,…

Read More→

swift tips

Be careful about getting elements from an array

January 19, 2021January 24, 2021 TomekLeave a Comment on Be careful about getting elements from an array

You have to remember that in Swift, if you try to access an index that is out of bounds, you will get a runtime error (EXC_BAD_INSTRUCTION) and the application will crash. Currently, Swift Array type doesn’t have a safe method…

Read More→

ios app security

A few words about automatically generated screenshots

January 17, 2021January 17, 2021 TomekLeave a Comment on A few words about automatically generated screenshots

One of the most common elements of mobile applications are data forms. We use them to log in to our account, or to enter other important data about us, sometimes very sensitive and confidential. One such is the form for…

Read More→

ios app security

How to detect that an emulator is being used to run the app?

January 16, 2021January 16, 2021 TomekLeave a Comment on How to detect that an emulator is being used to run the app?

Attacks on mobile applications (e.g. payment apps) often start with the use of an emulator for the mobile operating system in which the target application will be run and analyzed. In order for an attacker to e.g. attach a debugger,…

Read More→

swift tips

Can encoding a String to Data with utf8 fail?

January 14, 2021January 14, 2021 TomekLeave a Comment on Can encoding a String to Data with utf8 fail?

Surely none of us programming in Swift likes force-unwrapping optional values too much (we prefer a ‘guard’ – although excessive use is also not quite the right approach). Quick reminder for beginners: optionals represent data that may or may not…

Read More→

ios app security

Is the application installed from a trusted source?

January 13, 2021January 14, 2021 TomekLeave a Comment on Is the application installed from a trusted source?

This post begins the series of mobile application security. Information on this subject is sometimes difficult to find, does not fully cover the topic, or is incomprehensible or leaves further questions. Based on my experience, I will try to share…

Read More→

Recent Posts

  • SwiftUI: Is It Time? 
  • private(set) modifier
  • How to generate secure random data?
  • Be careful about getting elements from an array
  • A few words about automatically generated screenshots

Recent Comments

    Archives

    • October 2023
    • April 2021
    • January 2021

    Categories

    • ios app security
    • swift tips
    • SwiftUI

    Author

    Tomek

    Tomek

    passions: IT world of course, app development, football, gym, street workout, tourism

    Copyright © 2021 TomekI. All rights reserved.
    Artblog by iThemer
    Go to top