Question
ayan-das1234 opened this issue · 14 comments
How did you got hold of Apple's private API and I want to create an Android version of this app so I was thinking of using react, will it be possible?
That won't be possible. A private API means that Apple implemented it in their code, and didn't document it. They need to be able to use it for their own apps, but you can't use it in any production app. This here only provides a more usable interface on the work Apple has done. Making this for Android (with or without React Native) requires you to do all the work yourself
...and have a depth sensing face recognition sensor
Actually works using the front-facing camera not the exclusive sensor in iPhone X: https://twitter.com/SnazzyQ/status/927672321363472384
According to Apple, it uses the dot projector which is part of the sensor package.
@Haroenv I didn't understand this line of yours: Making this for Android (with or without React Native) requires you to do all the work yourself
Must I run it on iPhone X?
Have somebody try some way to run app on iphone 8?
With the update of the new iOS to 11.3 and the new Avatars added, will there be any changes coming? Great project btw.
@gyrene2083 I haven't run the project on iOS 11.3 yet but it shouldn't be necessary to change aything in order for the project to run on iOS 11.3. Furthermore the new Animojis introduced in 11.3 should automatically appear in the app.
@simonbs Roger that, I will play around with it later today and give some feedback. Again thank all for your hard work.
@simonbs 08Apr18 @ 1637, I got installed and running, as you said, appeared automatically, and it's working working on, iPhone X, iOS 11.3, with all the Animoji's.
-Semper Fi
gyrene2083