You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep getting this error
java.lang.RuntimeException: Unable to get provider com.rakuten.tech.mobile.miniapp.MiniappSdkInitializer: java.lang.NumberFormatException: For input string: ""
However, I am written nothing in my code. My manifest file is
To Reproduce
Add the latest verion 5.1.0 in gradle file. Add the meta data as suggested in documentaion. Run the program.
I am confused how should I provide app id and subscription key. Is the mistake while assigning them? Lets say I have a mini app on a server, how can I call it in this app. I think the documentation can be more clear.
The text was updated successfully, but these errors were encountered:
This error is present from version 5.0 onwards and casued due to maximum file size limit in manifest file. The type is said to be string but null value is send as default. Please look into it
I keep getting this error
java.lang.RuntimeException: Unable to get provider com.rakuten.tech.mobile.miniapp.MiniappSdkInitializer: java.lang.NumberFormatException: For input string: ""
However, I am written nothing in my code. My manifest file is
To Reproduce
I am confused how should I provide app id and subscription key. Is the mistake while assigning them? Lets say I have a mini app on a server, how can I call it in this app. I think the documentation can be more clear.
The text was updated successfully, but these errors were encountered: