If a Tweet is created using the native Twitter API, the Tweet has a “via [my-app]” indication, where [my-app] is a link to the App’s home page.
If the same Tweet is created using the new IOS5 Twitter API, the app says “via IOS” and the link points to http://www.apple.com.
Is there a way to retain my App association when using the IOS5 API without adding a link to the Tweet itself?
If not, can I continue to use the native Twitter API under IOS5 or is this a cause for rejection?
Since the
via [my-app]is set in Twitter application configuration I dont think that you can set it via the iOS Twitter API.Apple will not reject your app for using the Twitter API directly (for example using Sharekit or MGTwitterEngine). At least they did not reject my app which still uses the ShareKit.