Skip to content

Commit

Permalink
Reverted use of temp token (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppeelen authored Aug 29, 2023
1 parent 1945956 commit 30b5ef9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Example/iZettleSDKSample/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
/// for an example of how to do that - see `CustomAuthorizationProvider.h`,
/// and to try it out set `useCustomAuthorizationProvider` to `YES`
static BOOL const useCustomAuthorizationProvider = NO;
static NSString * const clientId = @"1a1f43cf-73eb-4fa2-a57d-db29b7cf9c88";
static NSString * const callbackURL = @"integration-tester://login.callback";
static NSString * const clientId = @"<client id from developer portal>";
static NSString * const callbackURL = @"izettle-iZorn://login.callback";

@implementation AppDelegate

Expand Down
8 changes: 1 addition & 7 deletions Example/iZettleSDKSample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,9 @@
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>integration-tester</string>
<string>izettle-iZorn</string>
</array>
</dict>
<dict>
<key>CFBundleIdentifier</key>
<string></string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
Expand Down

0 comments on commit 30b5ef9

Please sign in to comment.