-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update with new default parameters #221
base: develop
Are you sure you want to change the base?
Conversation
@@ -17,6 +17,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { | |||
|
|||
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { | |||
// Override point for customization after application launch. | |||
SITServices.setUseRemoteConfig(true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Esta é a aplicación de exemplo de WYF, se activas a configRemota no AppDelegate, non despistaría un pouco a aqueles que esten probando os exemplos.
Non sei se sería posible meter algunha forma para activar/desactivar a config remota dende a UI e se cadra explicalo no readme?
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Estes iconos son de Situm? O ser un repo público tería coidado co icono de app que se sube
@@ -32,9 +32,10 @@ class WayfindingController: UIViewController { | |||
let settings = LibrarySettings.Builder() | |||
.setCredentials(credentials: credentials) | |||
.setBuildingId(buildingId: buildingId) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Non comentaria estes set, polo de antes, é unha app de exemplo e a xente podelle interesar ver como se establecen eses valores
No description provided.