-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1c59d7d
commit 262cc88
Showing
15 changed files
with
173 additions
and
272 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file modified
BIN
-8.75 KB
(98%)
...oj/project.xcworkspace/xcuserdata/lukasboehler.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
287 changes: 56 additions & 231 deletions
287
...xample.xcodeproj/xcuserdata/lukasboehler.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,22 +29,18 @@ class AppDelegate: UIResponder, UIApplicationDelegate, GleapDelegate { | |
|
||
Gleap.showFeedbackButton(true) | ||
|
||
/*Gleap.handlePushNotification([ | ||
"type": "news", | ||
"id": "12" | ||
])*/ | ||
Gleap.clearIdentity() | ||
|
||
/*let userProperty = GleapUserProperty() | ||
let userProperty = GleapUserProperty() | ||
userProperty.name = "Franz" | ||
userProperty.email = "[email protected]" | ||
userProperty.phone = "+1 (902) 123123" | ||
userProperty.value = 199.95 | ||
userProperty.companyId = "Gleap #123" | ||
userProperty.companyName = "Gleap GmbH" | ||
userProperty.plan = "Pro plan" | ||
userProperty.customData = [ | ||
"plan": "Pro plan", | ||
"company": "ACME inc." | ||
] | ||
Gleap.identifyUser(with: "129833", andData: userProperty)*/ | ||
Gleap.identifyUser(with: "129833", andData: userProperty) | ||
|
||
// Testing file attachments. | ||
if let data = "Dies ist ein test.".data(using: String.Encoding.utf8) { | ||
|
@@ -70,6 +66,10 @@ class AppDelegate: UIResponder, UIApplicationDelegate, GleapDelegate { | |
|
||
} | ||
|
||
func notificationCountUpdated(_ count: Int32) { | ||
NSLog("Count updated. %i", count); | ||
} | ||
|
||
func widgetClosed() { | ||
NSLog("Closed widget.") | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters