dropbox / dropbox/dropbox-sdk-obj-c

Missing app icon in login page for iPhone (but present in iPad)

Open
#63 6 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Objective-C
Stars
186
Forks
118
Avg merge
3m
Merged PRs (30d)
9

Description

The WebAuth login page used to show my app icon by using v1 API, but it missed the app icon when using v2 API with this SDK for iPhone.
Like this
![missing app icon](https://dl.dropboxusercontent.com/u/21305787/dropbox_login_missing_app_icon.png)

I am using the latest version of the SDK here.
It's weird that the app icon is always present on iPad with exactly the same code. Why??

My code snippet:
```
[DropboxClientsManager authorizeFromController: [UIApplication sharedApplication] controller: controller openURL: ^(NSURL *url) {
[self handleAuthenticationResult: controller url: url];
} browserAuth: NO];
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.