UrbanApps/Armchair

Check for Simulator not working

Closed this issue · 2 comments

I think beginning with iOS 9 this check

UIDevice.current.model.range(of: "Simulator") != nil

will never succeed and so current developers will not get console logs and possibly wonder why nothing happens when starting to rate.

Possible alternate methods are stated here

Pull requests accepted!

Here you are. And for both, master and swift3 branch ;)