#1
Posted 10 May 2012 - 05:34 AM
If your app is rejected because of the Evernote integration, please let us know on this thread.
If you have an app that includes a direct link to create an Evernote account (a link to https://www.evernote...stration.action), you may be able to get through app review by simply removing this link for now.
If you are using OAuth to authenticate to Evernote, you cannot simply remove the link - account creation is a built-in part of the OAuth flow. We are investigating whether we will need to remove this option on iOS.
#2
Posted 24 May 2012 - 07:05 PM
#3
Posted 07 June 2012 - 12:29 PM
My new app has been rejected by apple for the following reason.
11.13 Apps that link to external mechanisms for purchases or subscriptions to be used in the app, such as a “buy" button that goes to a web site to purchase a digital book, will be rejected
I am going to apply my new app to ETC.
So, please resolve this problem soon.
Ex:
- Back old login/password method
- Remove link to pro account from OAuth create account web page
- Embedded UIWebView for OAuth authorization
#4
Posted 07 June 2012 - 03:50 PM
When did Apple do the review? A big set of OAuth cleanup went into last night's web service release, which removed links to pages that referenced Premium. This release went live at approximately 6pm Pacific time yesterday.
We're looking at using an embedded UIWebView for the authorization.
#5
Posted 12 June 2012 - 12:56 PM
Just checking a matter of American idioms - does "We're looking at" translate as the SDK will be updated if needed to support using an embedded UIWebView and this technique will be demonstrated in the sample app?We're looking at using an embedded UIWebView for the authorization.
Or is it more like we suggest you use an embedded UIWebView in your clients?
Just checking. I have a day job and not many evening/weekends left before the end of the competition
#6
Posted 12 June 2012 - 04:57 PM
1) If it turns out that we need to use a UIWebView in order to solve the app review problems, then we'll build that into the SDK. It should be a transparent change to you.
2) You don't need to have your app live in the App Store for the competition. Just send us an ad-hoc build that works against our production service. http://devcup.everno...m/details/about
#7
Posted 16 June 2012 - 04:26 AM
One point, it appears you still need to do extra work to be able to logout and log back in with a different user. I'm not sure if this requires server-side work or another update to the SDK?
#8
Posted 16 June 2012 - 02:28 PM
Andy, two things:
1) If it turns out that we need to use a UIWebView in order to solve the app review problems, then we'll build that into the SDK. It should be a transparent change to you.
2) You don't need to have your app live in the App Store for the compe*****ion. Just send us an ad-hoc build that works against our production service. http://devcup.everno...m/details/about
Hi Seth, I just submitted my App for review using TestFlight... It shows me that the emails were sent to your entire team ( all devices added to the ad-hoc profile )... Is there anything else I need to do in order to get the app review started by your team ? I am in the process of putting together do*****entation for my app but let me know if anything else is needed.
( I already know that my app submitted to the App Store will be rejected due to the use of the old(er) API. I am in the process of rebuilding the app using your new API, but wanted to go ahead and send my current app for review anyway ).
#9
Posted 16 June 2012 - 08:17 PM
Harsh - No, you don't need to do anything else to share your Devcup entry with us. We won't start testing entries until the submission deadline, so you're welcome to keep working on your project.
#10
Posted 17 June 2012 - 02:39 AM
It would be reassuring for those of us doing the iOS entries to know we haven't made a mistake and that a smoke test has been done on at least one of the supplied UDIDs.We won't start testing entries until the submission deadline
I'm planning on distributing through TestFlight.
Thanks for the feedback on SDK improvements.
(that forum sanitizer is really driving me crazy, I don't swear in print)
#11
Posted 20 June 2012 - 02:34 AM
Evernote SDK version that my app using is version 0.1.1.
11.13 Apps that link to external mechanisms for purchases or subscriptions to be used in the app, such as a “buy" button that goes to a web site to purchase a digital book, will be rejected
The application has a link to navigate users to create evernote account.
Thanks for the new SDK version 0.1.2.
I will retry to apply by using new SDK.
#12
Posted 21 June 2012 - 04:36 PM
Here's what my implementation looks like (although I'm presently converting it to OAuth):

So it may not be a completely lost cause for those of us still using the older style authentication and sdk. (At least until November
Regards,
Robert
#13
Posted 29 June 2012 - 07:14 AM
I use the Evernote SDK version 0.1.1, and I had to apply for Apple on June 21.
Thank you, Seth.
---
My app is here http://zow.susiea.jp/
#14
Posted 21 July 2012 - 01:37 AM
But as far as I can tell their photo is not current with what I see. I see that you have already removed the link to create an account.
------------------------------------------------------------------------------------
We found that your app provides access to external mechanisms for purchases or subscriptions to be used in the app, which is not in compliance with the App Store Review Guidelines.
Specifically, we found that your application contains a "Sign Up" mechanism for Evernote.
Please see the attached screenshot/s for more information.
To be in compliance with the App Store Review Guidelines, it would be appropriate to remove the access to these mechanisms - including fully qualified links to the site that could indirectly provide access to these mechanisms, such as links to web pages for support, FAQ, product or program details, etc.
On occasion, there may be apps on the App Store that don't appear to be in compliance with the App Store Review Guidelines. We work hard to ensure that the apps on the App Store are in compliance and we try to identify any apps currently on the App Store that may not be. It takes time to identify these occurrences but another app being out of compliance is not a reason for your app to be.
--------------------------------
Attached Files
#15
Posted 21 July 2012 - 07:05 PM
My App was rejected today because of the OAuth authentication has a signup button.
But as far as I can tell their photo is not current with what I see. I see that you have already removed the link to create an account.
------------------------------------------------------------------------------------
Hi Brian,
This is concerning to me, since I have an app update in review now that implements the OAuth Evernote authentication scheme. I must say though, that I don't know how Apple would have got that screenshot from any recent version of the Evernote iOS sdk. Maybe Seth or someone from Evernote can shed some light.
Here's what users will see in my app during the OAuth authentication step (which I'm hoping passes Apple's muster): https://skitch.com/r...ce/eenu6/iphoto
Regards.
Robert
#16
Posted 21 July 2012 - 11:27 PM
You submitted an app that was using www.evernote.com for OAuth, and not sandbox.evernote.com, right?
The "Create an Account" link is omitted based on user-agent, so there's a chance that Apple is testing with devices that report a non-standard user-agent. I'm not sure what the purpose of such testing would be.
#17
Posted 22 July 2012 - 03:26 AM
It is pointing at www (not sandbox) and I have tested logging in to my production account to validate that.
Thanks,
Brian
#18
Posted 22 July 2012 - 09:16 PM
#19
Posted 13 August 2012 - 01:14 PM
#20
Posted 13 August 2012 - 01:18 PM
I still haven't gotten my app approved.
Also tagged with one or more of these keywords: ios
iOS
Evernote Products →
Evernote →
Article title formatting from AP News appStarted by JC_Berger, Today, 01:55 PM |
|
|
||
iOS
Evernote Products →
Evernote →
Copying Template Notes to a Different NotebookStarted by kshivner, Yesterday, 04:01 PM |
|
|
||
Evernote Products →
Evernote →
Undo Mistake After Sync Saves ItStarted by Greymantle, 20 May 2013 |
|
|
||
Evernote Products →
Evernote →
How can I sync notes from Evernote?Started by Anna Harris, 20 May 2013 |
|
|
||
iOS
Evernote Products →
Evernote →
Selecting text that are links while editing.Started by NightStalker, 19 May 2013 |
|
|
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users













