-
AuthorPosts
-
October 17, 2018 at 1:56 pm #16065
sudongParticipantHi,Alex.
There are some problems in the App Store Review:
Hello,Thank you for providing this information.
Regarding the course purchase, it would be appropriate to add ‘points’ to the price of each course.
Also, please add how many points customer is receiving when they purchase points. Attached purchase page only shows USD amount and does not clarify amount of points customer is receiving.
When this issue is resolve, we will continue the review, and we will notify you if there are any further issues.
Best regards,
App Store Review
To summary,the first problem is how to add ‘points’ after each course’s price.Such as like this:http://prntscr.com/l74i8z (PS: I only can change it in the chrome inspect, how to edit the code in the src file?)
The second problem is : The recharge item in the wallet has no description,but i have wrote the description in the App Store Connect. You can see:http://prntscr.com/l743i1
I am very anxious to public my application. please help solve these problems. Thank you very much.
October 18, 2018 at 9:23 am #16076
AlexKeymasterRegarding the course purchase, it would be appropriate to add ‘points’ to the price of each course
Well this approach is not available with the ionic plugin that we are using :
“ https://ionicframework.com/docs/native/in-app-purchase/ ”
there is not system to register the products dynamically .
There is another plugin for this but it lacks documentation :
https://ionicframework.com/docs/native/in-app-purchase-2/
So you would need to actually write the products in src/config.ts file and create products in app store for each course price as of now to pass the review this time.
Description :
Well this should show there :
Well according to docs it should show description :
Provide us some time to debug your app.
October 18, 2018 at 11:25 am #16079
sudongParticipantMaybe you misunderstand my means,i just want to append a string ‘points’ after the price in the course card.Just like this :http://prntscr.com/l74i8zI find the src file has the ‘components’ and the coursecard shows the img,title,and price. I just don’t know how to add the string ‘points’ after the price.
I remember that the description could be displayed in the past, and now I don’t know why it can’t show.
-
AuthorPosts
- You must be logged in to reply to this topic.