Originally created by @OliverZiegler on GitHub (Oct 14, 2016).
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](http://stackoverflow.com/a/24869607/2408916)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @OliverZiegler on GitHub (Oct 14, 2016).
I think beginning with iOS 9 this check
UIDevice.current.model.range(of: "Simulator") != nilwill 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
@coneybeare commented on GitHub (Oct 14, 2016):
Pull requests accepted!
@OliverZiegler commented on GitHub (Oct 15, 2016):
Here you are. And for both, master and swift3 branch ;)