Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Multiple image picker API on iOS

ANSWERED

I need help from app developers to solve my Photo viewer app issue.

 

I've made a multiple picture viewer APP named "EasyPics" for Ionic and Versa which I reused the following SDK photo picker by Fitbit team. (Always thanks, Fitbit app team).

https://github.com/fitbit/sdk-photo-picker

 

Actually, the APP works very well on my Fitbit Ionic and iPhone (iOS 11.4).

However, the Fitbit app approval team is having an issue on the app for publish approval.

I've checked my codes several times, but I couldn't find out the root cause for this issue.

In addition, I'm also confusing the APP behavior was changed depending on Smart Phone OS and version (iOS 11.2 vs iOS 11.4 vs Android).

 

If anyone wants to review the codes, please download the following URL...

https://github.com/DaiNit/Easy_Pics

Any comments, suggestion are very welcome.

 

FYI, the review history from Fitbit team is below.

 

July 19th 

On iOS, selecting a second image to upload from the companion will also change the first uploaded image (i.e. the same picture is uploaded twice). We have reproduced the issue on iOS 11.2.6, but not on iOS 11.4. Upon comparing the two environments, the issue seems to be that when attempting to select a second image on iOS 11.2.6, the first image is already pre-loaded in the image picker for the Pic 2 slot. On iOS 11.4 however, there nothing preloaded in the image picker when selecting a second photo.

 

July 17th

After selecting one image from the companion settings (either from the existing albums, or by taking a new picture using the camera), it is successfully uploaded to the app. However when selecting a second picture, it is uploaded to both the first and the second picture slot, and the exiting first picture is removed. The same issue occurs when selecting a third picture (it overrides both the first and the second pictures). This issue only occurs when the watch is paired with an iOS mobile phone. On the Android companion, we were able to select multiple photos.

 

Best Regards,

 

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

FYI, I've changed image picker setting.

Fortunately, the app was got approval from fitbit team for publication.

Now you can find "EasyPic" app on your fitbit app list.

 

I've also shared the latest source codes on the following GitHub site.

https://github.com/DaiNit/Easy_Pics

 

Thanks,

View best answer in original post

Best Answer
2 REPLIES 2

FYI, I've changed image picker setting.

Fortunately, the app was got approval from fitbit team for publication.

Now you can find "EasyPic" app on your fitbit app list.

 

I've also shared the latest source codes on the following GitHub site.

https://github.com/DaiNit/Easy_Pics

 

Thanks,

Best Answer

One review of EasyPics states the image limit is "8" whereas another screenshot I've seen suggests it can accommodate up to "9". May I ask which is the true limit? (Even the Github docs don't declare it, so thanks!)

Best Answer
0 Votes