Is there a way to test my design on iphone without going through Apple Developer setup?
I don't like using Appery.io test simulator for iphone either because I can't do full screen and swipe left and right with Appery.io simulator.
Is there a way to test my design on iphone without going through Apple Developer setup?
I don't like using Appery.io test simulator for iphone either because I can't do full screen and swipe left and right with Appery.io simulator.
Hi,
Unfortunately no. iOS devices require Apple certificate and provisioning profile.
Does that mean if I want to see how my app looks like on an actual phone, I have to submit it to Apple App store everytime?
No, you will only need to add certificates, build IPA file within Appery.io and install it on phone. However, you will need to join Apple Developer Program.
Just to add. You can emulate touch events in Chrome:
https://developers.google.com/chrome-...
Wow, this link is really a big help https://developers.google.com/chrome-...
Thanks