Hello everyone,
I’ve just learned from management that our company will be replacing all of our Android phones with iPhones.
Since I’ve never worked with iOS before, I’m trying to get a sense of how much effort this transition might involve. If anyone has experience or advice, I’d really appreciate hearing your thoughts.
I’ve attached a list of all dependencies for reference. I’m aware that the Android back button won’t be available—are there any other key differences or issues I should be aware of?
Thank you in advance for your help
Andy
HI Andrew,
Yes, First of all for creating iOS application you need to have valid Apple developer account to generate the build of iOS application. Now apart from back button, I can see you have used Image utils and camera components as well. So you have to make the changes to grant these permission for your application. So basically first you have to check for permission which your application require and then we need same permission for iOS application.
Apart from that I can see you are using Firebase cloud messaging so you have to make the changes in this as well to get the device token for iOS application as per the Google guidelines.
There may be require some other changes but those you can identify by running the iOS application once.
Regards