WebView redirect comes blank!

Hi there,

i build a ‘rate my app’ button for iOS in my app.

as right now i don’t know the final url i link my web view to a
url on my server where it comes redirected (so i can change it later)

i used that often in the past with native apps (iOS/android) and also
when i try it in my iOS safari browser works fine, but

within my web view the screen just comes black !?

native.showWebPopup( 0, 90, 768, 934,
http://www.2t4u.com/ituneslinks/ratemydaysioslink.php”)

any ideas ??

thx
chris
[import]uid: 4795 topic_id: 15926 reply_id: 315926[/import]

Hey Chris,

That isn’t the best way of handling that.

You will get an app url when you make an iTunes Connect page for the app, and your App ID - you can then use the app ID to make a rate it button really easily without any forwarding or the like.

You can make your iTC page 3 months (90 days) before you plan on submitting :slight_smile:

Peach

PS - Tutorial on http://techority.com about this :slight_smile: [import]uid: 52491 topic_id: 15926 reply_id: 59064[/import]

thanks, i will have a look into it.

also i did not got even the direct link working in a webpopup :frowning:

now I solved it by calling the iTunes by through system.openURL.

as the app will close anyway it doesn’t matter :slight_smile:

thx
chris
[import]uid: 4795 topic_id: 15926 reply_id: 59066[/import]