When running the iOS app on M1 MacBook Air, the device model info is "iPad".
my code : [[UIDevice currentDevice] model]
I think device model is "MacBookAir".
Is it a bug?
Post
Replies
Boosts
Views
Activity
Hi all.I trying to receive an app transfer, ex) owner jason -> tom (bundle : com.domain.a )but it app use signin with apple.so I think..1. com.domain.a app signin with disable of owner jason2. com.domain.a app review -> success3. com.domain.a app transfer : owner jason -> tom4. com.domain.a app signin with enable of owner tomI have to keep the existing customer information.In the case of Signin with apple, the identifier information is changed.any ideas?