For displaying POIs you need to start the architect view (solely or additionally) with the Geo extension:
;
And don't forget to check if the device supports the features before allocating the WTArchitectView:
if ( )
EDIT: Initializing the the WTArchitectView with the motion manager with nil is ok:
I advise you to remove the project from GitHub or at least the SDK-key. Not that somenoe else uses it.
Hope that helps, Christian
L
Lukasz Tomaszewski
said
almost 8 years ago
That diffrent iPhone 6 has the same iOS ?
C
Christian Ebner
said
almost 8 years ago
Roman, thank's for sharing your experiences with this issue. One suggestions: you could install an app which displays the sensor values and check values of the accelerometer, the gyroscope and the compass. Maybe the compass is not really the problem on your iPhone6 but a different sensor.
Christian
R
Roman Wueest
said
almost 8 years ago
Yes, the different iPhone is on iOS 8.3, mine on 8.2. But: I have just now fixed it on my iOS 8.2 device as well. Here is what I did:
Lukasz Tomaszewski